Parse a JSON file with JSON.parse (); It turns out such a thing that the key with a hyphen does not work. For example, this key gives the error: "app-categoty": "Games"
If you change to: "appCategoty": "Games", "app_categoty": "Games" and even: "Game category": "Games" Works without problems.
In the specification, the restriction on the hyphen was not found. What could be the problem?