Advertisement
Guest User

Demo

a guest
Apr 22nd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Structure DEMO
  2.   a.i
  3.   b.l
  4. EndStructure
  5.  
  6. Define demo.DEMO
  7.  
  8. demo\a = 10
  9. demo\b = 77
  10.  
  11. If CreateJSON(0)
  12.   InsertJSONStructure(JSONValue(0), @demo, DEMO)
  13.   Debug ComposeJSON(0, #PB_JSON_PrettyPrint)
  14. EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement