josdejong/jsoneditor

Support for JSONL (newline-delimited JSON)

開放

#444 建立於 2017年8月1日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (2,078 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (12,263 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Mixpanel is returning raw data in this format:

Data returned from this endpoint is JSONL (newline-delimited JSON). Most receiving client libraries will automatically assume it gets a JSON string back and attempt to decode it. This specific API does not return valid JSON in aggregate, but each row is valid JSON within the API's output. Thus, raw exports, once received in full, should be parsed line-by-line instead of as an array of JSON objects. https://mixpanel.com/help/reference/exporting-raw-data

Will this format be supported in the near future? Thanks

貢獻者指南