Json – Invalid preceding regular expression with SED
I'm trying to replace a JSON value using SED regular expression. However, I'm experiencing the following error: sed: -e expression #1, char 60: Invalid preceding regular expression I have the following JSON object: { "profiles":{ "http":{ "applicationUrl":"http://localhost:5123" } } }…