We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d3151 commit fb5c4fbCopy full SHA for fb5c4fb
1 file changed
google/spanner/v1/type.proto
@@ -128,4 +128,13 @@ enum TypeCode {
128
// <br>`[+-][Digits].Digits[ExponentIndicator[+-]Digits]`
129
// <br>(ExponentIndicator is `"e"` or `"E"`)
130
NUMERIC = 10;
131
+
132
+ // Encoded as a JSON-formatted 'string' as described in RFC 7159. The
133
+ // following rules will be applied when parsing JSON input:
134
+ // - Whitespace will be stripped from the document.
135
+ // - If a JSON object has duplicate keys, only the first key will be
136
+ // preserved.
137
+ // - Members of a JSON object are not guaranteed to have their order
138
+ // preserved. JSON array elements will have their order preserved.
139
+ JSON = 11;
140
}
0 commit comments