Skip to content

PhotonJSON version 1.1.1

Compare
Choose a tag to compare
@torocruzand torocruzand released this 02 Dec 03:33
· 34 commits to main since this release

changes in this version

• In this version of the library, functions that were deprecated are removed. Which makes it no longer compatible with LiveCode versions lower than 7. Thanks to @Monox18 for the suggestion
• The functions that were used to detect the encoding of the input string are removed, since this string must be a UTF-8 string.
• The beautifyJSON() function is removed, because with the JSONStringify() function you can format JSON very well.