Measures Concepts
GitHub icon

JSON Lines

JSON Lines - Data notation

< >

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

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

JSON Lines is a convenient format for storing structured data that may be processed one record at a time. It works well with unix-style text processing tools and shell pipelines. It's a great format for log files. It's also a flexible format for passing messages between cooperating processes.


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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout