This repository contains an initial set of tools to work with linear JSON (jsonl) files and data. The first release of these modules includes Go functions focues on:
- Flattening JSON data
- Packing JSON structs into jsonl files
- Unpacking JSON structs from jsonl files
go get github.com/carabiner-dev/jsonl
This module is copyright and released under the Apache 2.0 license by Carabiner Systems. We welcome contributions, bug reports and patches. Oh and also, let us know if you build something cool with it!