Skip to main content

Module standardize

Module standardize 

Source
Expand description

NF-e XML document type identification and XML-to-JSON conversion.

Functionsยง

identify_xml_type
Identify the type of an NF-e XML document from its content.
xml_to_json
Convert an NFe XML string to a JSON string representation.
xml_to_map
Convert an NFe XML string to a serde_json::Map (equivalent to an associative array / hash map).
xml_to_value
Convert an NFe XML string to a navigable serde_json::Value tree.