Skip to content

fix: Unmarshaling a null range should produce an empty range, not infinity - #6

Open
webbrain-one wants to merge 1 commit into
aodin:masterfrom
webbrain-one:webbrain/issue-2
Open

fix: Unmarshaling a null range should produce an empty range, not infinity#6
webbrain-one wants to merge 1 commit into
aodin:masterfrom
webbrain-one:webbrain/issue-2

Conversation

@webbrain-one

Copy link
Copy Markdown

Closes #2

Unmarshaling a JSON null should produce an empty range, not an
infinite range. Infinity is represented by an object with null
start and end fields, whereas empty is represented by a null value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unmarshaling a null range should produce an empty range, not infinity

1 participant