JSON Parser / JSON Bundler

These two actors allow you to parse or create data encapsulated in the JSON (JavaScript Object Notation) data interchange format. The JSON Parser allows you to access the individual elements of a JSON text string. The JSON Bundler bundles one or more numbers or text strings into a valid JSON text string. You can create … Continue reading JSON Parser / JSON Bundler