File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- script "community.ferruslogic.library.photonjson "
1
+ script "PhotonJSON "
2
2
-- ------------------------------------------------------------------------------------------------------------------------
3
3
# Name: PhotonJSON
4
4
# Type: Library
@@ -42,7 +42,7 @@ end extensionFinalize
42
42
-- -----------------------------------------------------------------------------------------
43
43
# These are the four functions that are optionally included for PhotonJSON compatibility with projects that use mergeJSON or FastJSON.
44
44
# 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
46
46
function ArrayToJSON pArray ,pForceRootType ,pPretty
47
47
return JSONStringify(pArray , pForceRootType , pPretty )
48
48
end ArrayToJSON
@@ -58,7 +58,7 @@ end arrayFromJson
58
58
function jsonFromArray pArray
59
59
return JSONStringify(pArray )
60
60
end jsonFromArray
61
- */
61
+
62
62
-- ----------------------------------------------------------------------------------
63
63
-- ---------------------------- CODE OF LIBRARY -------------------------------
64
64
-- ----------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments