Closed zaquestion closed 5 years ago
this got overlooked from the orginal jsonpb behavior since submitter was trying to maintain behavior, but strings is way better
before
$ curl -X POST localhost:5050/rack -d { "env": "prod" } {"env":1"}
now
$ curl -X POST localhost:5050/rack -d { "env": "prod" } {"env":"prod"}
this got overlooked from the orginal jsonpb behavior since submitter was trying to maintain behavior, but strings is way better
before
now