You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]