///|
const NAMESPACE = "json"
///|
const DERIVE = "derive"
///|
const PRIVATE_DERIVE = "private_derive"
///|
const DEFAULT = "default"
///|
const ENUM = "enumerate"
///|
const GENERATED = "generated"
///|
const DECODE = "Decode"
///|
const ENCODE = "Encode"
///|
const SCHEMA = "Schema"
///|
let pkg = "moonbitlang/json_deriving"