What's json lines and what the difference with json?
Resposta da entrevista
Sigiloso
26 de jul. de 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.