Created
March 9, 2018 18:30
-
-
Save aaronzirbes/959c3d5a2e7c65d84e083239b2834e65 to your computer and use it in GitHub Desktop.
Turn Java Properties in to 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
sed -E 's/(String|Integer|UUID|Instant|Boolean) ([a-zA-Z0-9]+;)/"\2": "\11",/' *.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment