secure-json-parse 0.1.1

prototype-poisoning-safe JSON parsing of untrusted input
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "secure-json-parse"
version = "0.1.1"
edition = "2021"
description = "prototype-poisoning-safe JSON parsing of untrusted input"
license = "MIT"
repository = "https://github.com/hey-jj/secure-json-parse"
readme = "README.md"
keywords = ["json", "security", "serde", "parsing", "sanitize"]
categories = ["parsing", "parser-implementations", "web-programming"]

[dependencies]
# serde_json supplies the conformant JSON parser. Forbidden keys are ordinary
# map keys in the resulting Value tree, which is what the scan walks.
serde_json = "1"