1
0

LuaJson: Report serialization errors instead of crashing.

This commit is contained in:
Mattes D
2016-10-27 23:47:36 +02:00
parent 471ae7e47b
commit 9eff6f390d
3 changed files with 212 additions and 128 deletions

View File

@@ -9476,7 +9476,7 @@ end
Type = "string",
},
},
Notes = "Serializes the input table into a Json string. The options table, if present, is used to adjust the formatting of the serialized string, see below for details.",
Notes = "Serializes the input table into a Json string. The options table, if present, is used to adjust the formatting of the serialized string, see below for details. <br/>Returns nil and error message if the table cannot be serialized (eg. contains both an array part and a dictionary part).",
},
},
AdditionalInfo =