# 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)