Posts by Henrique Santana • 23 points
1 post
-
0
votes2
answers73
viewsQ: Using Regex to give match quotes after delimiter
I need to use regex to give match in all double quotes occurrences after the two dots (:) in a JSON output. JSON: { "data": [ { "ServerName": "server.name", "Installed": 204, "Downloaded": 60,…