1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
json:
syntax to data ratio:
% length of JSON: 100
syntax typing: yes
well defined: yes
comments: no
hierarchical: yes
duplicate keys: no
multiline strings: no
meaningful whitespace: no
complex features: no
strictyaml:
syntax to data ratio:
% length of JSON:
syntax typing: no
well defined: yes
comments: yes
syntactic noise ratio:
hierarchical: yes
duplicate keys: no
multiline strings: yes
meaningful whitespace: yes
complex features: no
yaml:
syntax to data ratio:
% length of JSON:
syntax typing: yes
well defined: yes
comments: yes
hierarchical: yes
duplicate keys: yes
multiline strings: yes
meaningful whitespace: no
complex features: yes
ini:
syntactic noise ratio:
% length of JSON:
syntax typing: no
well defined: no
comments: yes
hierarchical: no
duplicate keys: yes
multiline strings: no
meaningful whitespace: no
complex features: no
toml:
syntax to data ratio:
% length of JSON:
syntax typing: no
well defined: no
comments: yes
hierarchical: yes
duplicate keys: no
multiline strings: yes
meaningful whitespace: no
complex features: yes
json5:
|