pub type Prop<'a> = (&'a JSONValue<'a>, &'a JSONValue<'a>);
A single property: (key, value). The key is a JSONValue::String.
JSONValue::String