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 7acc75e commit d371781Copy full SHA for d371781
rust-runtime/aws-smithy-types/test_data/serialize_document.json
@@ -0,0 +1,43 @@
1
+{
2
+ "null": null,
3
+ "true": true,
4
+ "pos_int": 1,
5
+ "false": false,
6
+ "map": {
7
+ "array": [
8
+ {
9
10
+ "float": 0.30000000000000004,
11
+ "neg_int": -1,
12
+ "hello": "world",
13
14
+ "true": true
15
+ },
16
+ "hello-world",
17
+ true,
18
+ false
19
+ ],
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
+ ]
43
+}
0 commit comments