An open API service indexing awesome lists of open source software.

https://github.com/zaibacu/json2jsonl

A tool to take large JSON and convert it to JSONL
https://github.com/zaibacu/json2jsonl

json jsonl transform

Last synced: 3 months ago
JSON representation

A tool to take large JSON and convert it to JSONL

Awesome Lists containing this project

README

          

# About

This is a tool to take large JSON blob and convert it to JSONL file which can be readed as stream

## Build

Rust language and Cargo is used to build project. More info: [Cargo](https://doc.rust-lang.org/cargo/index.html)

## Usage

`json2jsonl .json .jsonl`

# Caveats

At the moment it expects root element of JSON to be array and each array item as a line in JSONL.

**TODO**: somekind of pattern to control this