You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if a string start with number, it only display number
eg:
worker.foo:
cmd: worker
memory: 128m
hehe: 1234z
hehe2: "1234z"
the result is
{"worker.foo":{"memory":128,"hehe2":"1234z","cmd":"worker","hehe":1234}}
The text was updated successfully, but these errors were encountered:
if a string start with number, it only display number
eg:
worker.foo:
cmd: worker
memory: 128m
hehe: 1234z
hehe2: "1234z"
the result is
{"worker.foo":{"memory":128,"hehe2":"1234z","cmd":"worker","hehe":1234}}
The text was updated successfully, but these errors were encountered: