Skip to content

Commit 496090d

Browse files
committed
Adds a couple comments
1 parent 0f7d355 commit 496090d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

scripts/ElephantFromJSON/ElephantFromJSON.gml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/// Unpacks a struct/array JSON created by ElephantToJSON(), respecting Elephant schemas, constructors, and circular references.
2+
///
3+
/// @return The data that was encoded
4+
///
15
/// @param target
26

37
function ElephantFromJSON(_target)

scripts/ElephantToJSON/ElephantToJSON.gml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/// Makes a copy of a struct/array JSON, respecting Elephant schemas, circular references, and constructors.
2+
///
3+
/// @return Struct/array JSON
4+
///
15
/// @param target Data to serialize
26

37
function ElephantToJSON(_target)

0 commit comments

Comments
 (0)