2 रिपॉजिटरी
Converts between structured text formats such as JSON, YAML, TOML, XML, and Markdown.
Distinct from Data Format Interoperability: Distinct from Data Format Interoperability: focuses on converting between structured text formats, not on dataset conversion between frameworks.
Explore 2 awesome GitHub repositories matching data & databases · Structured Text Format Converters. Refine with filters or upvote what's useful.
A polyglot web converter.
Converts structured data between JSON, YAML, TOML, XML, and Markdown formats.
Serde-yaml is a serialization library for the Rust programming language that facilitates the conversion of complex data structures into YAML format and the deserialization of YAML text into strongly typed objects. It functions as a data format converter, enabling the transformation of structured information between native language types and human-readable configuration files. The library integrates with the standard Rust serialization ecosystem to map arbitrary data types to and from the YAML format. By utilizing trait-based data mapping, it allows developers to manage application settings an
Transforms structured data between native language types and human-readable YAML configuration files.