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

Fixes SerializeJSON & timestamp bugs #19

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

Commits on Jan 23, 2015

  1. Fixed SerializeJSON bug & timestamp bug

    For more on SerializeJSON case-insensitivity, see www.bennadel.com/blog/2162-maintaining-key-case-during-json-serialization-in-coldfusion.htm.
    
    Indented the code for readability.
    
    Adjusted the timestamp code so that it generates the correct UNIX timestamp. It was incorrectly converting from UTC.
    Sean Flyn committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    885b5a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from flynnski/flynnski-serializeJSON

    Fixed SerializeJSON bug & timestamp bug
    Sean Flyn committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    bc90cfe View commit details
    Browse the repository at this point in the history