jsonpiler 0.9.5

a Json syntax programming language for Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Examples

[UTF8 check](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/json/hello.json)

[Arithmetic operations](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/json/arithmetic.json)

[Loop Demo](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/json/counter.json)

[Squaring a number](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/json/square.json)

[Basic Boolean Logic Demo](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/json/or_and_nand.json)

[Fibonacci Sequence](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/json/fib.json)