Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 441 Bytes

JSONToSerde

JSONToSerde is a Rust library designed to facilitate the conversion of JSON data into Serde-compatible Rust structs. This tool aims to simplify the process of working with JSON data by generating Rust code that can easily be integrated into your projects.

Features

  • Convert JSON data to Serde-compatible Rust structs.
  • Support for nested JSON objects and arrays.
  • Generate code that adheres to Rust best practices.