README.md
# simplejson
[](https://hex.pm/packages/simplejson)
[](https://hexdocs.pm/simplejson/)
```sh
gleam add simplejson@1
```
```gleam
import simplejson
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/simplejson>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```