bournemacro

Crates.iobournemacro
lib.rsbournemacro
version0.1.0
created_at2024-12-20 13:04:06.078869+00
updated_at2024-12-20 13:04:06.078869+00
descriptionA json proc-macro for use with the bourne cratecd.
homepage
repositoryhttps://github.com/ErisianArchitect/bourne
max_upload_size
id1490155
size7,572
Null (ErisianArchitect)

documentation

README

A json macro for the bourne JSON library.

Example

json!(
    {
        "int": 1234,
        "float": 3.14,
        "bool": true,
        "null": null,
        "string": "hello, world",
        "array": [1, 2, 3],
        "object": {
            "one": 1,
            "two": 2,
            "three": 3
        }
    }
)
Commit count: 89

cargo fmt