momoa 3.2.1

A JSON parsing library suitable for static analysis
Documentation
1
2
3
4
5
6
7
8
use wasm_bindgen::prelude::wasm_bindgen;

#[wasm_bindgen]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Mode {
    Json,
    Jsonc,
}