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

Allow options for writing and parsing NaN/Infinity #641

Merged
merged 1 commit into from
May 23, 2016
Merged

Allow options for writing and parsing NaN/Infinity #641

merged 1 commit into from
May 23, 2016

Commits on May 20, 2016

  1. Allow options for writing and parsing NaN/Infinity

    This adds kWriteNanAndInfFlag to Writer to allow writing of nan,
    inf and -inf doubles as "NaN", "Infinity" and "-Infinity",
    respectively, and kParseNanAndInfFlag to Reader to allow parsing
    of "NaN", "Inf", "Infinity", "-Inf" and "-Infinity". This is part
    of issue #36, adding optional support for relaxed JSON syntax.
    m7thon committed May 20, 2016
    Configuration menu
    Copy the full SHA
    135da7a View commit details
    Browse the repository at this point in the history