Tags: dansmith65/FileMaker-JSON
Tags
dont encode JSON value as string when converting FM to JSON
bug fix: encode unicode control characters added unit tests to verify the bug is fixed added speed tests to validate my coding method
- modify scripts:
- ~FM-JSON { value }
- update test that differentiates an array from a string
- previously, a quoted number was interpreted as an array
- ~JSON-FM Object
- update # ( name ; value ) function used in encode object section to version date 2014-06-06
- ~JSON-FM Array
- update #List ( value ) function used in encode value section to version date 2014-06-06
- JSON: READ ME
- add "UPGRADE PROCESS" section
- unit tests for FM-JSON: - "text miss-interpreted as a date" unit test now produces expected result - add unit tests for "quoted number treated as list" bug - add misc. unit tests - add unit tests with large chunks of data to better represent real-world data - update custom functions to current #Parameters module version 1.1.3: - # - #List
add changelogs to repo as text files This is a duplicate of the data stored in scripts in the FileMaker file.
PreviousNext