XMLCoding
XML encoder decoder
Software development tools for encoding and decoding XML data using the Codable protocol in Swift
XMLEncoder & XMLDecoder using the Codable protocol in Swift 4.2
10 stars
2 watching
8 forks
Language: Swift
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
coreoffice/xmlcoder | An XML parsing framework with features like namespace prefix stripping and dynamic node encoding | 808 |
chenyunguimilook/swiftyxml | A Swift library that provides a simple and Swifty way to parse and manipulate XML data. | 103 |
engali94/xmljson | Converts XML to JSON format using a command-line tool written in Swift. | 49 |
edjcase/motoko_xml | A Motoko library that handles XML serialization and deserialization. | 2 |
lobodart/cheatyxml | A Swift framework to easily parse and manage XML data | 24 |
clbanning/mxj | A library that decodes and encodes XML data to/from structured data formats like Go's map[string]interface{} | 624 |
drmohundro/swxmlhash | A Swift wrapper around XML parsing APIs, providing a simple way to parse XML into dictionary of arrays. | 1,412 |
cezheng/fuzi | An XML and HTML parser for Swift with XPath and CSS support | 1,082 |
rumblesan/improviz | A live-coding environment for creating visual performances of abstract shapes and patterns | 90 |
tadija/aexml | A lightweight XML parsing utility for Swift | 1,016 |
danielgindi/node-autodetect-decoder-stream | An iconv-lite stream that autodetects the encoding and provides a fallback. | 31 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 1,001 |
jflarvoire/libxml2 | An XML toolkit with added support for Simplified XML (SML) parsing and generation. | 3 |
alephao/swift-rlp | A Swift implementation of Recursive Length Prefix encoding for serializing structured binary data | 24 |
cheedoong/xml2json | A C++ library that converts XML documents to JSON format | 303 |