We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26f227 commit 78e442eCopy full SHA for 78e442e
doc/go1.16.html
@@ -456,7 +456,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
456
<dl id="encoding/json"><dt><a href="/pkg/encoding/json/">encoding/json</a></dt>
457
<dd>
458
<p><!-- CL 234818 -->
459
- TODO: <a href="https://golang.org/cl/234818">https://golang.org/cl/234818</a>: allow semicolon in field key / struct tag
+ The <code>json</code> struct field tags understood by
460
+ <a href="/pkg/encoding/json/#Marshal"><code>Marshal</code></a>,
461
+ <a href="/pkg/encoding/json/#Unmarshal"><code>Unmarshal</code></a>,
462
+ and related functionality now permit semicolon characters within
463
+ a JSON object name for a Go struct field.
464
</p>
465
</dd>
466
</dl><!-- encoding/json -->
0 commit comments