cancel
Showing results for 
Search instead for 
Did you mean: 

Json Parsing Max Length possible

sumit_mittal2
Active Contributor
0 Kudos
542

Hi all,

Is there any restriction on the number of characters in json, which need to be parsed?

we are passing 1800 characters to parse the json and parsing is not returning any result.

we cant even copy paste the payload its truncating after 1000 character.

please let me know if someone already aware about the json max. length which can be parsed?

thank you.

Sumit

View Entire Topic
AKR13
Product and Topic Expert
Product and Topic Expert

Hi Sumit,

please refer to the Help Documentation JSON (Reuse Library).

The Method JSON.ParseKeyValues can accept 100 characters as of now but can be used several times in the script.

If you feel this can be enhanced, we would recommend posting the same in our Influence Forum

Best regards,

Anil

sumit_mittal2
Active Contributor
0 Kudos

Hi Anil,

Thanks for your response.

is it 100 characters or 1000 character, as i can see after 1000 character its getting truncated. please confirm.

Regards

Sumit

AKR13
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sumit,

it is 100 characters. Can you share the code logic you are using so I can provide more information on your scenario?

Thanks,

Anil