Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

JSON Lines

< >

JSON Lines is a data notation created in 2013 by Ian Ward.

Source code:
git clone https://github.com/wardi/jsonlines
#883on PLDB 11Years Old

Documentation for the JSON Lines text file format


Example from the web:
["Name", "Session", "Score", "Completed"] ["Gilbert", "2013", 24, true] ["Alexa", "2013", 29, true] ["May", "2012B", 14, false] ["Deloise", "2012A", 19, true]

Language features

Feature Supported Token Example
Booleans ✓ true false

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io