Appearance
Quick start
Breser is distributed as a Golang library and can be embedded within other Golang program or distributed as a standalone binary.
Demo
Let's jump righ into it, below you can see a very simple demo of Breser in action. You can modify the query and the data it will be run against.
Data used
You can edit the contents of data on which the query will be run on. Make sure it's a valid JSON.
Queries
Click `Run` next to a specific query, you can also edit each query and play with Breser.
Results
Rows that match the criteria will be highlighted
The results will appear here.
WASM
In addition, Breser is distributed as a WebAssembly package, which means it can be run in other language's runtimes and even in the browser!