example_02.bmx 226 B

1234567891011121314
  1. SuperStrict
  2. Framework Text.Json
  3. Import BRL.StandardIO
  4. Local json:TJSONObject = New TJSONObject.Create()
  5. json.Set("data", New TJSONString.Create("~q'~~\}{][!@£$%^&*"))
  6. Print "* RE-ENCODED *"
  7. Print json.SaveString(0, 2)