Convert between .properties (.env) and JSON locally in your browser.
=
, :
, or whitespace (space/tab). Whitespace may be followed by optional =
or :
.\:
, \=
, \#
, \!
, and \
to include those literally in keys/values. Unicode supported via \uXXXX
.\\
. Example Windows path: C:\\Users\\Alice
.\
to continue on the next line. Joined with one space.user.name=Bob
).No. Everything runs locally in your browser.
Java-style .properties with comments (# or ;), key separators (= : space), escapes, and line continuations.
Yes. Copy to clipboard or download as .json or .properties.