hi,
I created a function that returns an id field and proverb field in mysql.
Right now my function returns this row:
In xml format this would probably look like thisCode:1"The die is cast"
I would like to know how would this row look like in JSON fomrat?Code:<ID>1<\ID> <Proverb>"The die is cast"<\Proverb>




Reply With Quote