README.md
# gpsd_json
Types and functions for working with GPSD's JSON API.
[](https://hex.pm/packages/gpsd_json)
[](https://hexdocs.pm/gpsd_json/)
```sh
gleam add gpsd_json@1
```
You likely want to use a TCP client to connect to GPSD and then use this library
to encode commands and decode responses.
Documentation can be found at:
- <https://hexdocs.pm/gpsd_json>.
- <https://gpsd.io/gpsd_json.html>