Reg JSON Object

Hi All,

Thanks in advance for the Help.

I am trying to store the a Json String ex: "{"a":null,"b":2}" into a column in MySQL of type JSON.

but when i call a rule which returns the json string and pass it to the write to data store entity , it is failing to store JSON string saying "invalid JSON text"as the 

input is getting changed to [a:,b:2] without the quotes. 

Could you please suggest how to preserve the quotes in transfer and storing the value?

appreciate your help.

Thanks
Raj 

  Discussion posts and replies are publicly visible

Parents Reply Children