how to insert jsonobject to other jsonobject?
code
$$custobject=^jsoncreate(object) # json object create
$$productobject=^jsoncreate(object) # json object create
^jsonobjectinsert($$custobject name $custname)
^jsonobjectinsert($$custobject phone $custphone)
^jsonobjectinsert($$custobject addr $custaddr)
^jsonobjectinsert($$productobject product $product1)
^jsonobjectinsert($$custobject product $$productobject)
this code error….