how change json object to string?
if(^jsoncreate(object)) {jsonobject create!!! $$jsonobject=^jsoncreate(object)}
else {jsonobject create ERROR!!!}
if(^jsonobjectinsert($$jsonobject “name” “AA”)) {object insert complite!}
else {object insert ERROR!!!!}
if(^jsonobjectinsert($$jsonobject “phone” “000”)) {object insert complite!}
else {object insert ERROR!!!!}
if(^jsonobjectinsert($$jsonobject “addr” “BB”)) {object insert complite!}
else {object insert ERROR!!!!}
i was create json object this code.
json object name is $$jsonobject!!
i want to jsonobject to string… but i don’t know..
i was using ^jsonprint() but is not defined.
help me….