mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Updated JSON API (markdown)
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
|
||||
}
|
||||
}"
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user