Allow invalid and empty HRIB's to be JSON-serialized
By defaul Hrib.ToString() will still throw if you try to stringify `empty` or `invalid` but HribJsonConverter won't because sometimes these values can be present because of historic reasons.
Loading
Please sign in to comment