Limit the use of Regex to clean up the string, then put the cleaned string into json
. Remember that the JSON specification uses double quotes "
.
solved How to convert String to Json using Regex?
Limit the use of Regex to clean up the string, then put the cleaned string into json
. Remember that the JSON specification uses double quotes "
.
solved How to convert String to Json using Regex?