Skip to content

Saving JSON bug/error (?) #2650

Answered by Geokureli
NikRetaNCAM asked this question in Q&A
Discussion options

You must be logged in to vote

first off please use code tags when sharing code here, rather than screenShots. screenshots make it much, MUCH harder to copy and test your code, and provide edits and solutions to your code. I painstakingly edited your post to use code tags, next time please do so. like this:

```hx
function someFunc()
{
// code here
}
```

Will become:

function someFunc()
{
	// code here
}

Second, whenever you ask for help, be sure to describe the behavior you expected to see, and the behavior you are seeing, and why that is strange to you.

I don't really know what advice to give you until you tell me what's wrong. is there a compile error? a run-time error? is the file not saving, not loading? are you ex…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NikRetaNCAM
Comment options

Answer selected by NikRetaNCAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants