You can chat about native SDK questions and issues here.

User avatar
By gjump
#59509 I'm working with JSON and I want to send a log, the obvious way is to use a JSONTREE_ARRAY, but the log size is dynamic, and as far as I noted, JSONTREE_ARRAY's size is static. Any ideas or workarounds?

-gjump
User avatar
By efess
#61523 I'm a little late, but what I did was instead of using the macro, just create the structure yourself and allocate space on the heap depending on how many elements you have. This worked for me.