Feedback

  • Contents
 

JSON Builder

This REST tool accepts a list of names and a list of values (and the value data types) to build a JSON object of name/value pairs.

JSON Builder example

Given the input variables in the JSON Parser example, JSON Builder produces a JSON object:

Resulting object:

{
"user": "johndoe",
"admin": false,
"uid": 1000,
"groups": ["users", "wheel", 
 
"audio", "video"], "innerJSON": {
"observer": "janedoe",
"readonly": true,
"uid": 1001,
"watchlists": ["Aveeno", 
 
"Purell", "Blistex", "Carmex"]
}
}