Skip to content

Commit 9daec26

Browse files
Fix missing JSON syntax highlighting
One example was syntax highlighted and the other wasn't. PiperOrigin-RevId: 903396193
1 parent 4003d21 commit 9daec26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/programming-guides/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ For example, a `google.protobuf.Duration` that represents 3.1 seconds will be
395395
represented by the string `"3.1s"` in the special case handling. When that
396396
`Duration` is packed into an `Any` it will be serialized as:
397397

398-
```
398+
```json
399399
{
400400
"@type": "type.googleapis.com/google.protobuf.Duration",
401401
"value": "3.1s"

0 commit comments

Comments
 (0)