• Brad Fitzpatrick's avatar
    json: fix decode bug with struct tag names with ,opts being ignored · 396cd361
    Brad Fitzpatrick authored
    When the encoder was updated to respect the ",omitempty"
    struct tag options, the decoder half was never updated to know
    about the new struct tag format. (the format is now an optional
    name, followed by zero or more ",option" strings)
    
    This only affected people who used ",omitempty" along with
    a field name. In that case, the serialized JSON wouldn't
    decode to the original value.
    
    R=golang-dev, dvyukov
    CC=golang-dev
    https://golang.org/cl/4965049
    396cd361
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...