README.md
# gpsd_json
Types and functions for working with GPSD's JSON API.
[![Package Version](https://img.shields.io/hexpm/v/gpsd_json)](https://hex.pm/packages/gpsd_json)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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>