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::Valuetree.