Simple JSON Regex Groups for Parsing JSON
I figured this would be the simplest way to Parse JSON. We have some known information about the properties to help determine the type at runtime.
Properties - Immediately followed by : characters
Values - Have a bracket } ] or a , directly after it in the regex return.
Strings - They are surrounded...
Submitted by Dajeki - 5 years ago