You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use .jsonl / .cborseq commonly for logging and capturing data streams over time. While JSON Lines is not a standardized format (yet afaik, https://jsonlines.org/), CBOR Sequence is (https://www.rfc-editor.org/rfc/rfc8742.html).
I was looking through the issues and discussions, but couldn't find any mention of it. Are there plans to add support for them? If not, and if it's not out of the scope of nlohmann - and I think both would make a fantastic addition - would be happy to take a look and propose an implementation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We use
.jsonl
/.cborseq
commonly for logging and capturing data streams over time. While JSON Lines is not a standardized format (yet afaik, https://jsonlines.org/), CBOR Sequence is (https://www.rfc-editor.org/rfc/rfc8742.html).I was looking through the issues and discussions, but couldn't find any mention of it. Are there plans to add support for them? If not, and if it's not out of the scope of nlohmann - and I think both would make a fantastic addition - would be happy to take a look and propose an implementation.
Beta Was this translation helpful? Give feedback.
All reactions