json_object 0.1.1

A Simple JsonObject library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "json_object"

version = "0.1.1" 

edition = "2021"

authors = ["Rebon402"]

description = "A Simple JsonObject library for Rust"

license = "Apache-2.0"

repository = "https://github.com/Rebon402/json_object"

readme = "README.md"

keywords = ["json", "parser", "serialization"]

categories = ["encoding"]



[net]

retry = 5



[http]

timeout = 60