You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i add 3+ fields using just space, it shows me Error: End of input while parsing an object (missing '}') at line 1,38 >>> name: "Haxi" age: 3 ....
{ name: "Haxi" age: 32" } - this is working { name: "Haxi" age: 32 role: "Admin" } - this is not
I am developer of Novel Engine, and it's currently in progress, so i thinking to take this as a library to parse HJson for it. It's free for everyone but still in development. So i considering it as a novel script language that can be easily parsed
The text was updated successfully, but these errors were encountered:
When i add 3+ fields using just space, it shows me
Error: End of input while parsing an object (missing '}') at line 1,38 >>> name: "Haxi" age: 3 ...
.{ name: "Haxi" age: 32" }
- this is working{ name: "Haxi" age: 32 role: "Admin" }
- this is notI am developer of Novel Engine, and it's currently in progress, so i thinking to take this as a library to parse HJson for it. It's free for everyone but still in development. So i considering it as a novel script language that can be easily parsed
The text was updated successfully, but these errors were encountered: