fix json parse not throwing error when incorrect

This commit is contained in:
2024-04-05 19:40:57 +02:00
parent 82aae37479
commit bf15b435c2
3 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.2"
const VERSION = "3.0.3"
// Example struct
type Person struct {