Updated JSON API (markdown)

IgorTimofeev 2022-01-03 20:39:16 +07:00
parent a72f3cc0d1
commit c2a9bee541

@ -25,7 +25,7 @@ json.encode({
testArray = [1, 2, 3]
testNumber = 123,
testBool = true,
testNil = nil,
testNil = nil
}
})
```
@ -43,7 +43,7 @@ Result:
],
\"testNumber\": 123,
\"testBool\": true,
\"testNil\": nil
\"testNil\": null
}
}"
```