| Crates.io | bournemacro |
| lib.rs | bournemacro |
| version | 0.1.0 |
| created_at | 2024-12-20 13:04:06.078869+00 |
| updated_at | 2024-12-20 13:04:06.078869+00 |
| description | A json proc-macro for use with the bourne cratecd. |
| homepage | |
| repository | https://github.com/ErisianArchitect/bourne |
| max_upload_size | |
| id | 1490155 |
| size | 7,572 |
A json macro for the bourne JSON library.
json!(
{
"int": 1234,
"float": 3.14,
"bool": true,
"null": null,
"string": "hello, world",
"array": [1, 2, 3],
"object": {
"one": 1,
"two": 2,
"three": 3
}
}
)