5 releases (3 breaking)

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

#975 in Parser implementations

Download history 210/week @ 2024-08-06 10/week @ 2024-08-13 11/week @ 2024-09-10 9/week @ 2024-09-17 24/week @ 2024-09-24 26/week @ 2024-10-01 16/week @ 2024-10-08 311/week @ 2024-10-22 49/week @ 2024-10-29 15/week @ 2024-11-05 3/week @ 2024-11-19

91 downloads per month

MIT/Apache

99KB
2.5K 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
~41K SLoC