Author Message
CarlosVanegas
Joined: Jul 9, 2020
Messages: 11
Offline
When using JSON Builder, I'm getting an error at the end of the string I'm bulding which says "<value too big>" this appears to be the result of too much data.


Example: ...... d"},"requestId":"123123","topic":"undef","persistToEDM":"true"...<value too big>



I have moved things around just to make sure it is not being caused by a specific property, at this point it seems to be a size issue.

Is there a limit to the size of the JSON structure that can be built with "JSON Builder".




Thanks.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
This is not something I am aware of. Can you show me something more concrete?
CarlosVanegas
Joined: Jul 9, 2020
Messages: 11
Offline
Ah, I need to close this one. The limit is from the debugger not from OD. The debugger will not show a string with more than 500 characters, it will add <value too big> once more than 500 chars are added to the string.


It works just fine outside of the debugger.


Live and learn.... never a dull moment.


Thanks for the help.
Go to:   
Mobile view