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

Make it easy to get JSON that can be re-used by code that is not aware of json-bigint (aka stringify big numbers) #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2014

  1. Add missing semicolon

    Timo Kissing committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    bbae6f2 View commit details
    Browse the repository at this point in the history
  2. Add tests that demonstrates issue when using regular JSON.stringify o…

    …n JSONbig.parse result
    Timo Kissing committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    92f316e View commit details
    Browse the repository at this point in the history
  3. Add default reviver that replaces BigNumber objects with their string…

    … representation
    Timo Kissing committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    d727162 View commit details
    Browse the repository at this point in the history