json_proc 0.5.1

provides a proc macro for parsing JSON-like syntax
Documentation

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.