Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 886 Bytes

02-knowledge_overview.md

File metadata and controls

19 lines (15 loc) · 886 Bytes
title permalink excerpt last_modified_at redirect_from sidebar
Toolkit technical background overview
/docs/knowledge/overview/
Basic knowledge of the toolkits technical domain.
2017-08-04 12:37:48 -0400
/theme-setup/
nav
knowledgedocs

{% include toc %} {% include editme %}

With the increasing popularity of cloud-based solutions, the JSON format is becoming ever more ingrained in our applications. Take for example IBM Bluemix. Many of the services in Bluemix have REST APIs that use JSON as the common exchange format when sending or receiving data.

This toolkit provides a simple and straight-forward way to convert from SPL-to-JSON and JSON-to-SPL.

The toolkit contains only 2 operators, appropriately named: TupleToJSON and JSONToTuple. There are also native functions available to allow for converting tuples to JSON when using Custom operators.