| Crates.io | json_proc_macro |
| lib.rs | json_proc_macro |
| version | 0.5.1 |
| created_at | 2024-10-13 01:51:10.376932+00 |
| updated_at | 2024-12-12 22:21:11.989171+00 |
| description | provides a proc macro for parsing JSON-like syntax |
| homepage | |
| repository | https://github.com/littleBitsman/json_proc |
| max_upload_size | |
| id | 1407026 |
| size | 25,473 |
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.