Create JSON from struct: Difference between revisions

m
Send not get
mNo edit summary
m (Send not get)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
   
   
  Get Create (RefClass(cJsonObject)) to hoJson
  Get Create (RefClass(cJsonObject)) to hoJson
  Get DataTypeToJson of hoJson tYourStructVar
  Send DataTypeToJson of hoJson tYourStructVar
  Get StringifyUTF8 of hoJson to ucaJson
  Get StringifyUTF8 of hoJson to ucaJson
  Get Seq_New_Channel to iChn
  Get Seq_New_Channel to iChn
Line 17: Line 17:
  Close_Output
  Close_Output
  Send Seq_Release_Channel iChn
  Send Seq_Release_Channel iChn
Send Destroy of hoJson
</source>
</source>