是否存在由一系列 JSON blob 组成的格式,由一些分隔符分隔?
例如,以下是一些由换行符分隔的 JSON blob:
{"first":"message"}
["second","message"]
"third message"
这种格式有名字吗?
是否存在由一系列 JSON blob 组成的格式,由一些分隔符分隔?
例如,以下是一些由换行符分隔的 JSON blob:
{"first":"message"}
["second","message"]
"third message"
这种格式有名字吗?
行分隔的 JSON 似乎是真实的: http ://en.wikipedia.org/wiki/Line_Delimited_JSON