Crate minecraft_json[][src]

Expand description

minecraft-json is for processing Minecraft JSON data.

Modules

minecraft

All Minecraft related types and auxiliary functions.

Macros

assert_cannot_deserialize

Assert that a JSON string is NOT deserializable.

assert_equiv

Assert that a JSON string and some data is equivalent, i.e. serde_json::from_str and serde_json::to_string converts them back and forth.

assert_equiv_pretty

Assert that a JSON string and some data is equivalent, i.e. serde_json::from_str and serde_json::to_string_pretty converts them back and forth.

assert_equiv_pretty_protected

Assert that a JSON string and some data is equivalent.