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

Issue 154121: json: allow one to unmarshal a top-level JSON array. (Closed)

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

Description

json: allow one to unmarshal a top-level JSON array. Fixies issue 114.

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review 154121: json: allow one to unmarshal a top-level JSON array. #

Patch Set 3 : code review 154121: json: allow one to unmarshal a top-level JSON array. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -2 lines) Patch
M src/pkg/json/struct.go View 1 2 chunks +18 lines, -2 lines 0 comments Download
M src/pkg/json/struct_test.go View 1 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 4
agl1
14 years, 5 months ago (2009-11-13 20:45:02 UTC) #1
rsc
LGTM http://codereview.appspot.com/154121/diff/1/2 File src/pkg/json/struct.go (right): http://codereview.appspot.com/154121/diff/1/2#newcode282 src/pkg/json/struct.go:282: // In order to unmarshal a top-level JSON ...
14 years, 5 months ago (2009-11-13 20:54:40 UTC) #2
agl1
http://codereview.appspot.com/154121/diff/1/2 File src/pkg/json/struct.go (right): http://codereview.appspot.com/154121/diff/1/2#newcode282 src/pkg/json/struct.go:282: // In order to unmarshal a top-level JSON array, ...
14 years, 5 months ago (2009-11-13 21:00:22 UTC) #3
agl1
14 years, 5 months ago (2009-11-13 21:00:46 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=e88678b39a34 ***

json: allow one to unmarshal a top-level JSON array.

Fixies issue 114.

R=rsc
CC=golang-dev
http://codereview.appspot.com/154121
Sign in to reply to this message.

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