I need to get the content is saved as a json data in the form of the name value in comparing with other data, how to operate?
CodePudding user response:
Simple judgment whether to json format, judgment rule: whether waht is {} or [], if is not not a json format of dataCodePudding user response:
Judging by fastjson parsing, parsing is successful, is the json format; Otherwise, not a json format