Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Options #16

Merged
merged 4 commits into from
Nov 5, 2015
Merged

Add Options #16

merged 4 commits into from
Nov 5, 2015

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.

1 participant