Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Actionscript3Commons/JSONTools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: da22bfe
Choose a base ref
...
head repository: s9tpepper/JSONTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3fb28b2
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 12, 2011

  1. Added JSON.encoder and JSON.decoder static public properties to the J…

    …SON class. These properties allow you to swap out the method used to encode and decode JSON strings. If as3corelib is the preferred JSON decoder simply set JSON.decoder and JSON.encoder to the correct methods from your preferred library. Added a builds folder.
    
    Signed-off-by: Omar Gonzalez <omar@almerblank.com>
    s9tpepper committed Feb 12, 2011
    Configuration menu
    Copy the full SHA
    8c6fb29 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2012

  1. v.0.3 Update

    -Fixed bug in encoding for Booleans where it was not encoding properly.
    -Added SWCs for 0.3 build.
    
    Signed-off-by: Omar Gonzalez <omar@almerblank.com>
    s9tpepper committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    c5d40fc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2012

  1. Fixed zero value handling

    Added logic to ensure zero value int/uint/Number return as zero and not null.
    Added logic to ensure empty Strings return as empty Strings and not null.
    
    Signed-off-by: Simon Bailey <simon@newtriks.com>
    newtriks committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    446ffa1 View commit details
    Browse the repository at this point in the history
  2. Update

    Removed accidental duplication.
    
    Signed-off-by: Simon Bailey <simon@newtriks.com>
    newtriks committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    f7947f4 View commit details
    Browse the repository at this point in the history
  3. Fixed boolean value handling

    Added logic to ensure false value Boolean return as false and not null.
    
    Signed-off-by: Simon Bailey <simon@newtriks.com>
    newtriks committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    d895d41 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2012

  1. Merge pull request s9tpepper#1 from newtriks/null_fixes

    Null fixes
    s9tpepper committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    3fb28b2 View commit details
    Browse the repository at this point in the history
Loading