sed -e 's/^\([^=]*\)\s*=\s*\(.*\)/"\1": "\2",/'
will get you most of the way there, assuming it’s formatted as you say above.
solved properties file to json [closed]
sed -e 's/^\([^=]*\)\s*=\s*\(.*\)/"\1": "\2",/'
will get you most of the way there, assuming it’s formatted as you say above.
solved properties file to json [closed]