Page 1 of 1

JSON Objects and Arrays

Posted: Fri Sep 06, 2024 8:48 am
by the.weavster
A way of grabbing a sub object or array as either a top level JSON object ( so it can be used with ComposeJSON ) or string.

Perhaps a variant of CatchJSON:

Code: Select all

Result = CatchJSON(#PB_Any, SubObjectID, 0 , #PB_JSON_Child)

Re: JSON Objects and Arrays

Posted: Fri Sep 06, 2024 2:29 pm
by Quin
+1