Skip to content

Commit eb6b7a1

Browse files
author
diogorac
authored
Update README.md
1 parent 0c17ac5 commit eb6b7a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ cmake ..
99
make
1010
ctest
1111
```
12-
12+
## Note
13+
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"}'

0 commit comments

Comments
 (0)