tiny-serde

Crates.iotiny-serde
lib.rstiny-serde
version0.1.2
sourcesrc
created_at2024-06-05 14:56:04.678975
updated_at2024-06-11 19:29:56.099878
descriptionA tiny library to serialize and deserialize to/from JSON
homepage
repositoryhttps://gitlab.com/crat1985/tiny-serde
max_upload_size
id1262862
size23,906
Thibaut (crat1985)

documentation

README

A tiny serde_json alternative with no dependencies.

This library is still WIP

Features

  • Serialization from Value to JSON String
    • Basic implementation
    • Patch issue with " and \ in Value
  • Deserialization from JSON String to Value
  • Types
    • String
    • Array
    • Object
    • Number
    • Boolean
    • Null
  • Traits
    • Serialize
    • Deserialize
  • Derive macros
    • Serialize
      • Basic implementation
    • Deserialize
Commit count: 21

cargo fmt