#json

rsjson

Json parser library

25 releases

0.6.2 Mar 23, 2025
0.6.0 Jan 28, 2025
0.5.1 Sep 28, 2024
0.5.0 Jul 20, 2024
0.2.2 Mar 25, 2024

#624 in Encoding

Download history 45/week @ 2024-12-06 22/week @ 2024-12-13 86/week @ 2025-01-24 28/week @ 2025-01-31 4/week @ 2025-02-07 3/week @ 2025-02-14 2/week @ 2025-02-21 7/week @ 2025-02-28 2/week @ 2025-03-07 2/week @ 2025-03-14 213/week @ 2025-03-21

225 downloads per month
Used in 3 crates

AGPL-3.0-or-later

21KB
490 lines

rsjson

  • Json file parser library

crates.io repository

docs.rs documentation


Installation

  • add to your Cargo.toml:
...
[dependencies]
rsjson = "0.6.1"
  • or run the following command in terminal:
cargo add rsjson

Importation

  • include the following line into your code
use rsjson;

No runtime deps