hocon-parser 1.6.1

Full Lightbend HOCON specification-compliant parser for Rust
Documentation
1
2
3
# S15.7: result sorted by integer key value, regardless of declaration order.
# Impl test: getList("items") returns ["a", "b"].
items = {"1":"b","0":"a"}