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: dansmith65/FileMaker-JSON-Functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dansmith65/FileMaker-JSON-Functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 9, 2015

  1. add jsonDelete function

    - to make it work, I changed how GetEndPosition works as well:
      - instead of specifically looking for the end of a json object/array, it's
        looking for the first non-whitespace character. This may have unexpected
    	side-effects on other functions.
    
    - only have a limited set of test for jsonDelete at the moment.
    dansmith65 committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    0d381d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. add tests for #34

    dansmith65 committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    78dd22b View commit details
    Browse the repository at this point in the history
  2. closes #34; timestamps not encoded properly

    NOTE: timestamps, dates, and times are converted to numbers in FileMaker's
    own internal number format. This is useful for parsing within FileMaker,
    but not useful for interacting with other services that expect a standard
    format like YYYY-MM-DD.
    Currently, you must manually convert timestamps, dates, and times to
    whatever standard format you need, if sending the JSON to a different
    system that expects a particular format.
    dansmith65 committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    57e2311 View commit details
    Browse the repository at this point in the history
Loading