#proc-macro #json #syntax #evaluate #json-like #traits #looking

macro json_proc_macro

provides a proc macro for parsing JSON-like syntax

14 releases (4 breaking)

new 0.5.1 Dec 12, 2024
0.5.0 Nov 30, 2024
0.4.4 Nov 26, 2024
0.3.0 Oct 16, 2024
0.1.6 Oct 14, 2024

#2165 in Procedural macros

Download history 713/week @ 2024-10-13 23/week @ 2024-10-20 231/week @ 2024-10-27 132/week @ 2024-11-03 32/week @ 2024-11-10 8/week @ 2024-11-17 235/week @ 2024-11-24 60/week @ 2024-12-01 237/week @ 2024-12-08

541 downloads per month
Used in json_proc

MIT license

24KB
480 lines

json_proc

A proc-macro that evaluates JSON-like syntax to a JSON string at compile time.

If you are looking for custom serialization traits, macros, and functions, use serde_json and serde instead.

Dependencies

~225–670KB
~16K SLoC