Skip to content

Commit 91eac50

Browse files
author
diogorac
authored
Update README.md
1 parent eb6b7a1 commit 91eac50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ ctest
1111
```
1212
## Note
1313
When building the metadata and asset objects take the following measures:
14-
1. No spaces in the json structure: '{"key 1": "value a"}' becomes '{"key 2":"value a"}
15-
2. Keys should be alphabetically ordered: '{"key 1":"value a","A key":"A value"}' becomes {"A key":"A value","key 1":"value a"}'
16-
3. No numbers fields, only strings '{"key 1": 2.3123}' becomes '{"key 1":"2.3123"}'
14+
1. No spaces in the json structure: ```{"key 1": "value a"}``` becomes ```'{"key 2":"value a"}'```
15+
2. Keys should be alphabetically ordered: ```{"key 1":"value a","A key":"A value"}``` becomes ```{"A key":"A value","key 1":"value a"}```
16+
3. No numbers fields, only strings ```{"key 1":2.3123}``` becomes ```{"key 1":"2.3123"}```

0 commit comments

Comments
 (0)