pub unsafe fn read_field_str<'a>(v: &CodeValue, name: &str) -> &'a str
Convenience: read a string field from an object by name. Returns "" if the field doesn’t exist or isn’t a string.
""
All field pointers must be valid.