-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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: