Page 1 of 1

Inject JSON object from string

Posted: Wed May 11, 2016 1:18 pm
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