dnscontrol/pkg/js/parse_tests/domain-ip-map.json5
Tom Limoncelli 8eb3c65050
FEATURE: Enable "require()" function to accept json5 files (#3003)
Co-authored-by: charliez0 <charliez0sp@gmail.com>
2024-06-11 15:27:11 -04:00

7 lines
121 B
Text

// This is a comment.
{
"foo.com": "1.1.1.1",
"bar.com": "5.5.5.5",
}
// The "bar.com" line has a comma at the end.