3 releases (breaking)

0.3.0 Aug 8, 2024
0.2.0 Aug 8, 2024
0.1.0 Jul 5, 2024

#1430 in Parser implementations

Download history 90/week @ 2024-06-29 29/week @ 2024-07-06 53/week @ 2024-07-13 491/week @ 2024-07-20 345/week @ 2024-07-27 887/week @ 2024-08-03 452/week @ 2024-08-10 812/week @ 2024-08-17 649/week @ 2024-08-24 818/week @ 2024-08-31

2,917 downloads per month
Used in 2 crates

MIT/Apache

50KB
1K 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

~0.7–1.8MB
~38K SLoC