-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load streaming JSON #25
Comments
for the read and writes, I can do sequence e.g. for read
For signal:
Ok? |
should we name differently signals from different adapters? they will be in different files |
SpecsNDJSON | JSONL | RFC7464 | LibrariesNDJSON | js | https://github.com/ndjson/ndjson.js Parser code: https://github.com/uhop/stream-json/blob/master/jsonl/Parser.js#L25 ToolsJQ | https://github.com/stedolan/jq |
This would be great to connect to logic analyzer hardware. |
Load streaming JSON messages:
https://en.wikipedia.org/wiki/JSON_streaming
Standard fields:
t
-- time stamp (in time units compatible with VCD) optional field. If omitted,t
is current time stampn
-- signal nameImmediate events
Sequence (transaction)
The text was updated successfully, but these errors were encountered: