Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(14)

Issue 2246049: code review 2246049: json: do not write to unexported fields (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by rsc
Modified:
14 years, 5 months ago
Reviewers:
benolive
CC:
r, r2, golang-dev
Visibility:
Public.

Description

json: do not write to unexported fields Fixes issue 977. Fixes issue 451.

Patch Set 1 #

Patch Set 2 : code review 2246049: json: do not write to unexported fields #

Total comments: 1

Patch Set 3 : code review 2246049: json: do not write to unexported fields #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -7 lines) Patch
M src/pkg/json/decode.go View 1 2 2 chunks +31 lines, -7 lines 0 comments Download
M src/pkg/json/decode_test.go View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 6 months ago (2010-09-27 17:15:44 UTC) #1
r
http://codereview.appspot.com/2246049/diff/2001/src/pkg/json/decode.go File src/pkg/json/decode.go (right): http://codereview.appspot.com/2246049/diff/2001/src/pkg/json/decode.go#newcode94 src/pkg/json/decode.go:94: return "json: cannot unmarshal object key " + strconv.Quote(e.Key) ...
14 years, 6 months ago (2010-09-28 18:27:13 UTC) #2
rsc
> http://codereview.appspot.com/2246049/diff/2001/src/pkg/json/decode.go#newcode94 > src/pkg/json/decode.go:94: return "json: cannot unmarshal object key " + > strconv.Quote(e.Key) + ...
14 years, 6 months ago (2010-09-28 18:35:47 UTC) #3
r2
LGTM
14 years, 6 months ago (2010-09-28 18:35:54 UTC) #4
rsc
*** Submitted as 382f5e538916 *** json: do not write to unexported fields Fixes issue 977. ...
14 years, 6 months ago (2010-09-28 18:40:28 UTC) #5
benolive
On 2010/09/28 18:40:28, rsc wrote: > *** Submitted as 382f5e538916 *** > > json: do ...
14 years, 5 months ago (2010-11-06 22:41:27 UTC) #6
rsc
14 years, 4 months ago (2010-11-15 21:28:40 UTC) #7
> Should JSON encode be allowed to read unexported fields if JSON decode
> cannot write them?

I don't see why.  The restriction is in package
reflect, not JSON.  JSON is just giving a nicer
error than trying the operations with reflect would.

Russ
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b