You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is there any easy way to build complex JSON data from BML

Summary:

Is there any easy way to build complex JSON data from BML 

Content (required):

yes

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

sample JSON data. I need to create this JSON string dynamically


{
    "documents" : {

            "subArray_2": {

                "items" : [

                    {

                        "subArr_Integer": 999,

                        "subArr_Text": "testing all new sub"

                    }

                ]

            }

        }
}


Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!