Draft: windows.web/tests: Fix checking of non-null terminated json.
check_json_ uses wcslen on the passed json string, which is no good for non-null terminated ones. It should have a length parameter.
(made a draft since i am not sure what this test is meant to test, see comment.)
Edited by Yuxuan Shui