You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/programming-guides/json.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ neutral representation.
214
214
<td>FieldMask</td>
215
215
<td>string</td>
216
216
<td><code>"f.fooBar,h"</code></td>
217
-
<td>See <code>field_mask.proto</code>.</td>
217
+
<td>See <code>field_mask.proto</code>. Note that some field names cannot be represented in JSON FieldMasks, see <a href="#fieldmask-limitations">FieldMask Round-trip Limitations</a>.</td>
218
218
</tr>
219
219
<tr>
220
220
<td>ListValue</td>
@@ -573,6 +573,54 @@ number of seconds the two representations may match (like `10s`), but the
573
573
ProtoJSON durations accept fractional values and conformant implementations must
0 commit comments