jaxon
jaxon copied to clipboard
Streaming JSON parser for Elixir
* Take an Erlang term and convert it into JSON events * Take a list of events and encode into a JSON string representation
Implement a native Elixir parser as an alternative to `Jaxon.Parsers.NifParser`
parenthesis were throwing syntax error. square brackets are required for concatenating elements.
IETF [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535) defines a proposed standard for JSONPath. Other resources: * A partial [Compliance Test Suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite). * Behaviours of various implementations can be checked in the [comparison project](https://cburgmer.github.io/json-path-comparison/). Please...
See https://github.com/elixir-lang/elixir/issues/12653 Upgraded: - excoveralls 0.14.1 => 0.17.0 (minor) - jason 1.2.2 => 1.4.1
Running FreeBSD-13.3-Release p5. Erlang/OTP 26 [erts-14.2.5.2] [source] [64-bit] Interactive Elixir (1.16.0) Problem - during mix compile ```C c_src/decoder_nif.c:141:17: error: use of undeclared identifier 'CLOCK_MONOTONIC_RAW' 141 | clock_gettime(CLOCK_MONOTONIC_RAW, timestamp); ``` Reason;...
Fixes issue #36 Adapted gettime option and modified Makefile to handle FreeBSD uname