YamlSwift
YAML parser
A Swift library for parsing YAML and JSON documents into a structured format
Load YAML and JSON documents using Swift
404 stars
11 watching
97 forks
Language: Swift
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pandastrike/yaml-cli | A simple command-line utility for parsing and modifying YAML files. | 86 |
jpsim/yams | A YAML parser built on top of the LibYAML library, providing conversions to and from Swift types | 1,114 |
yakaz/yamerl | An Erlang-based parser for human-friendly data serialization formats YAML and JSON | 205 |
jasom/nyaml | A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures. | 26 |
jdonnerstag/vlang-yaml | Native YAML parsing and loading functionality in Vlang | 24 |
lewisgaul/zig-nestedtext | A simple human-readable data format parser library written in Zig. | 13 |
adamserafini/zaml | A fast YAML 1.2 parsing library for Python written in Zig. | 102 |
yaslab/csv.swift | A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. | 669 |
drmohundro/swxmlhash | A Swift wrapper around XML parsing APIs, providing a simple way to parse XML into dictionary of arrays. | 1,409 |
jeanfredrik/yaml-tag | A library that enables human-friendly YAML parsing in JavaScript template literals | 8 |
yahoojapan/swiftyxmlparser | An XML parsing library implemented in Swift | 582 |
kamillelonek/yaml-elixir | A Yaml parser that brings native Erlang YAML parsing functionality to the Elixir programming language | 171 |
biojppm/rapidyaml | A fast YAML parsing and emitting library for C++ | 583 |
yaml/adayaml | An experimental implementation of the YAML 1.3 standard in Ada. | 37 |
yaml/libyaml | A C library for parsing and emitting YAML data format | 963 |