-
ek_write_field_value should always write something, otherwise it can produce invalid JSON. If fvalue_to_string_repr returns a null string, write the JSON literal null. This should only happen for FT_NONE, which doesn't need to be a special case.
ek_write_field_value should always write something, otherwise it can produce invalid JSON. If fvalue_to_string_repr returns a null string, write the JSON literal null. This should only happen for FT_NONE, which doesn't need to be a special case.
Loading