jsonkit 0.2.2

A high-performance, lightweight Rust utility library engineered for robust JSON data processing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "jsonkit"
version = "0.2.2"
edition = "2024"
description = "A high-performance, lightweight Rust utility library engineered for robust JSON data processing."  
license = "MIT"                                          
authors = ["Ohm Coder <brutal99@gmail.com>"] 
repository = "https://gitlab.com/lazylib/rs/jsonkit"

[dependencies]
regex = "1.12.2"