Closed pichi closed 8 years ago
Sometimes we obtain already JSON encoded data from external system as DB and we would like to insert value as is. Patch allows include JSON encoded data using {json, IOLIst} or {json_utf8, CharData}.
{json, IOLIst}
{json_utf8, CharData}
It is a useful patch. Thanks!
Sometimes we obtain already JSON encoded data from external system as DB and we would like to insert value as is. Patch allows include JSON encoded data using
{json, IOLIst}
or{json_utf8, CharData}
.