jsonpiler 0.9.3

a Json syntax programming language for Windows
Documentation
# Examples

[GUI Julia](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/gui_julia_mouse.jspl)

[GUI Mandelbrot](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/gui_mandelbrot_zoom.jspl)

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

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

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

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

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

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

[LCM](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/lcm.jspl)

[Length of the string](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/length.jspl)

[Integer Square Root](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/int_sqrt.jspl)

[Mandelbrot](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/mandelbrot.jspl)

[Julia](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/julia.jspl)

[Random](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/random.jspl)

[Prime Number Check](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/is_prime.jspl)
[Module](https://github.com/HAL-G1THuB/jsonpiler/blob/main/examples/jspl/include.jspl)