pub const EMPTY_FIELD: JsonField<'static, 'static>;
a default JSON field with static lifetime. equivalent to JsonField::new("", JsonValue::Null)
JsonField::new("", JsonValue::Null)