For those that know i'm making a Sound Engine.
But, I need to add a configuration file where the user can set there preferences.
So I was wondering what style would be preferred: (Ignore the content of the format, but look at the syntax in witch the data is represented)
(if unsure DON'T vote please)
Example of YAML
Example of S-exp
Example of XML
Example of JSON
This is the dataset i need to store
- Code: Select all
{Setup1 %
Headphones {
headsize=12cm;
headtype=a;
}
}
{ Setup2 %
Speakers {
Count 4
Speaker 1 {
5 degree; 50cm
}
}
}