mxj
XML decoder
A library that decodes and encodes XML data to/from structured data formats like Go's map[string]interface{}
Decode / encode XML to/from map[string]interface{} (or JSON); extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
624 stars
25 watching
113 forks
Language: Go
last commit: 11 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Go library that converts XML data into a hierarchical map representation. | 62 |
| A Motoko library that handles XML serialization and deserialization. | 2 |
| An XML query package providing a simple and efficient way to extract data from XML documents using XPath expressions. | 451 |
| Software development tools for encoding and decoding XML data using the Codable protocol in Swift | 10 |
| A lightweight XML parsing library that provides efficient and flexible ways to read and manipulate XML data structures. | 454 |
| A module to convert between XML and an internal tree structure | 7 |
| A tool that generates code from XML schema definitions. | 340 |
| A tool for dynamically parsing XML content into predefined data classes in ActionScript. | 2 |
| A library for encoding and decoding JSON data in the OCaml programming language. | 15 |
| A tool to convert data from XML or JSON formats into Go structs. | 34 |
| A Swift wrapper around XML parsing APIs, providing a simple way to parse XML into dictionary of arrays. | 1,412 |
| A command-line tool for converting between various data formats. | 976 |
| An XML toolkit with added support for Simplified XML (SML) parsing and generation. | 3 |
| A library to encode structs into HTTP header fields | 46 |
| A Swift library that provides a simple and Swifty way to parse and manipulate XML data. | 103 |