Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Values can be any data type supported by JSON (in a browser, they'd have to be strings). Supported object types are currentlyJSON currently has native support for:
    • Object
    • Array
    • String
    • Boolean
    • Number
    • Null
  • I've added toJSON() and fromJSON() methods.

...