Created
February 7, 2019 10:16
-
-
Save Gabriellpweb/18d412072eb5d3f50e5602872df4035b to your computer and use it in GitHub Desktop.
Regex to find and replace values on a JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
": ".*",\n|": \d+,\n|": null,\n|": \d+\.\d+,\n|": false,\n|": true,\n|": ".*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment