Spatial Front interview question

What's json lines and what the difference with json?

Interview Answer

Anonymous

26 July 2022

json lines is a technique to write json documents in one single line without new lines or spaces. The main difference is that consume less space and a parser can load line by line.