serde_kson 0.3.2

An easy-to-use JSON library designed for developers familiar with scripting languages. Super flexible type conversion
Documentation
[[bin]]
name = "serde_kson"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde_json]
version = "1.0"

[lib]
name = "serde_kson"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An easy-to-use JSON library designed for developers familiar with scripting languages. Super flexible type conversion"
documentation = "https://docs.rs/kson"
edition = "2021"
homepage = "https://github.com/kinggunil/kson"
license = "MIT"
name = "serde_kson"
readme = "README.md"
repository = "https://github.com/kinggunil/kson"
version = "0.3.2"

[[test]]
name = "test_kson"
path = "tests/test_kson.rs"