serde_kson 0.1.3

An easy-to-use JSON management library designed for developers familiar with scripting languages.
Documentation
[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 management library designed for developers familiar with scripting languages."
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.1.3"

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