Files
UnrealEngineUWP/Engine/Source/Runtime/Json
Wojciech Krywult c3a64f9257 Json: Added a log message with details when we fail to parse a Json.
I've had an interesting case relating to it. A licensee had Achievements.json fille that would fail to parse even though at first sight it seemed to be complate. It turned out that it was caused by members like the following:

"Field" : 0001

Such leading zeros for Number elements are not allowed by the Json specification and our parser confirms to it. The additional log will output messages like:

Poorly formed Json Number Token. Line: 4 Ch: 17

which should make such issues much more clear.

#preflight 6378027533774509008d3d7c
#rb David.Harvey
#rnx

[CL 23227899 by Wojciech Krywult in ue5-main branch]
2022-11-21 17:10:59 -05:00
..
2022-11-08 10:39:35 -05:00