1 2 3 4 5 6 7
//! Generated from the tree-sitter `json` grammar node-types. Do not edit by hand. pub mod pair { use crate::syntax::fields::Field; pub const KEY: Field<true> = Field::new("key_id"); pub const VALUE: Field<true> = Field::new("value_id"); }