hocon-parser 1.6.1

Full Lightbend HOCON specification-compliant parser for Rust
Documentation
1
2
3
# Spec ยง"Integer key parse rule": negative integers ineligible (Lightbend-aligned).
# Eligible key: "0" only. Impl test: getList("items") returns ["b"].
items = {"-1":"a","0":"b"}