5 releases (3 breaking)

new 0.4.0 Oct 26, 2024
0.3.1 Oct 25, 2024
0.3.0 Oct 25, 2024
0.2.0 Aug 9, 2024
0.1.1 Aug 8, 2024

#1073 in Parser implementations

Download history 172/week @ 2024-08-03 46/week @ 2024-08-10 2/week @ 2024-08-17 17/week @ 2024-09-14 19/week @ 2024-09-21 31/week @ 2024-09-28 14/week @ 2024-10-05 5/week @ 2024-10-12 100/week @ 2024-10-19

157 downloads per month

MIT/Apache

91KB
2K SLoC

A transcription of types from the JSON-RPC 2.0 Specification.

When quoted, the specification will appear as blockquoted text, like so.

Design

  • All structs are owned (i.e, there is no borrowing of data from the Deserializer), to facilitate ergonomics.
  • Appearances of dynamic JSON Values are parameterised out, to allow deferred serialization using, i.e RawValue.

Dependencies

~1–2MB
~42K SLoC