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