Inject JSON object from string

Just starting out? Need help? Post your questions and find answers here.
User avatar
SparrowhawkMMU
Posts: 281
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Inject JSON object from string

Post by SparrowhawkMMU »

Hi,

Say I have a JSON string that contains a data structure which cannot be determined prior to receiving it. However, it will be valid JSON.

I want to inject this string into some JSON that I am building up programatically using the SB JSON command set.

What's the best way/command for doing this?

Thanks