Skip to content

Conversation

@timhall
Copy link
Member

@timhall timhall commented Nov 5, 2015

Add general options with JsonOptions property.

JsonConverter.JsonOptions.UseDoubleForLargeNumbers ' True or False (default)
' replaces json_ConvertLargeNumbersToString parameter
' (by default, String is used for 15+ digit numbers to avoid truncation)

' New options
JsonConverter.JsonOptions.AllowUnquotedKeys ' True or False (default)
JsonConverter.JsonOptions.EscapeSolidus ' True or False (default)

Closes #13
Fixes #14

@timhall timhall changed the title [WIP] Add JsonOptions Add Options Nov 5, 2015
timhall added a commit that referenced this pull request Nov 5, 2015
@timhall timhall merged commit 4e28101 into master Nov 5, 2015
@timhall timhall deleted the add-options branch November 5, 2015 03:39
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.

2 participants