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

Issue 7383052: code review 7383052: encoding/json: Unmarshal into existing map elements (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by titanous
Modified:
11 years, 1 month ago
CC:
golang-dev
Visibility:
Public.

Description

encoding/json: Unmarshal into existing map elements This makes unmarshalling into a map with keys matching keys from the JSON object use the concrete type for the respective map elements. Fixes issue 4900.

Patch Set 1 #

Patch Set 2 : diff -r 886c91b4ae3c https://code.google.com/p/go/ #

Patch Set 3 : diff -r 886c91b4ae3c https://code.google.com/p/go/ #

Patch Set 4 : diff -r 2bf8d07c14c1 https://code.google.com/p/go/ #

Patch Set 5 : diff -r 2bf8d07c14c1 https://code.google.com/p/go/ #

Patch Set 6 : diff -r 2bf8d07c14c1 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -7 lines) Patch
M src/pkg/encoding/json/decode.go View 1 2 3 4 5 2 chunks +7 lines, -7 lines 0 comments Download
M src/pkg/encoding/json/decode_test.go View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 6
titanous
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 2 months ago (2013-02-24 21:02:00 UTC) #1
remyoudompheng
This patch proposes an API change. People that used to expect the old behaviour will ...
11 years, 2 months ago (2013-02-24 23:23:13 UTC) #2
titanous
On 2013/02/24 23:23:13, remyoudompheng wrote: > This patch proposes an API change. People that used ...
11 years, 2 months ago (2013-02-24 23:38:52 UTC) #3
kevlar
On 2013/02/24 23:38:52, titanous wrote: > On 2013/02/24 23:23:13, remyoudompheng wrote: > > This patch ...
11 years, 2 months ago (2013-02-25 04:26:43 UTC) #4
rsc
I'm sorry but I can't convince myself that these are the semantics we want. I'd ...
11 years, 1 month ago (2013-03-19 19:09:51 UTC) #5
titanous
11 years, 1 month ago (2013-03-26 14:42:33 UTC) #6
Message was sent while issue was closed.
*** Abandoned ***
Sign in to reply to this message.

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