function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SahajSahaj 

Pass json string in url

Hi All,

I have the url like https://events.ktass.com/graze/v1/addSituationCustomInfo?auth_token='+cc+'&sitn_id='+bb+'&custom_info={incrf":'+aa+'}
I want to apend json string like this  custom_info={'incrf':'aa'}
How can I achieve this, Please help 
Thanks