#syntax #json #json-proc

json_proc

provides a proc macro for parsing JSON-like syntax

14 releases (4 breaking)

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

#385 in Configuration

Download history 22/week @ 2024-12-02 159/week @ 2024-12-09 16/week @ 2024-12-16 8/week @ 2024-12-23 2/week @ 2025-02-10 4/week @ 2025-02-17

1,640 downloads per month

MIT license

12KB
272 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

~190–630KB
~15K SLoC