Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tidwall/gjson-play

A playground for GJSON. Runs in the browser.
https://github.com/tidwall/gjson-play

Last synced: 3 months ago
JSON representation

A playground for GJSON. Runs in the browser.

Awesome Lists containing this project

README

        

# GJSON Playground

A playground for [GJSON](https://github.com/tidwall/gjson).
Runs in the browser.

[Live Demo](https://gjson.dev/)

## Build

```
make
```

## Test

```
make serve
```

Open http://localhost:8000/ to test.

## License

GJSON Playground is available under the [MIT License](https://github.com/tidwall/gjson-play/blob/master/LICENSE).