Skip to content

PhotonJSON version 1.2.0

Compare
Choose a tag to compare
@torocruzand torocruzand released this 20 Jan 15:59
· 20 commits to main since this release
dd113f5

Changes in this version

  • When converting a JSON string to a LiveCode array, empty Javascript objects and arrays are no longer converted to plain empty variables. They are now converted to their LiveCode equivalent, so that the type is not lost when converting the LC Array to JSON again.

  • The "" are replaced by null when converting from array to JSON. This is for compatibility with the ECMA-404 standard.