Skip to content

Commit 37e93ba

Browse files
committed
Photon now overrides ide json handling by default
1 parent 63c1652 commit 37e93ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PhotonJSON Installer.livecode

90 Bytes
Binary file not shown.

community.ferruslogic.library.photonjson/PhotonJSON.livecodescript

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "community.ferruslogic.library.photonjson"
1+
script "PhotonJSON"
22
--------------------------------------------------------------------------------------------------------------------------
33
# Name: PhotonJSON
44
# Type: Library
@@ -42,7 +42,7 @@ end extensionFinalize
4242
-------------------------------------------------------------------------------------------
4343
# These are the four functions that are optionally included for PhotonJSON compatibility with projects that use mergeJSON or FastJSON.
4444
# They expect the same parameters as in their original versions and in the same order.
45-
/*
45+
# Warning! These functions will override original ones, if you don't want this beavior then comment out these four functions
4646
function ArrayToJSON pArray,pForceRootType,pPretty
4747
return JSONStringify(pArray, pForceRootType, pPretty)
4848
end ArrayToJSON
@@ -58,7 +58,7 @@ end arrayFromJson
5858
function jsonFromArray pArray
5959
return JSONStringify(pArray)
6060
end jsonFromArray
61-
*/
61+
6262
------------------------------------------------------------------------------------
6363
------------------------------ CODE OF LIBRARY -------------------------------
6464
------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)