maxmind / mmdbinspect

look up records for one or more IPs/networks in one or more .mmdb databases
Apache License 2.0
135 stars 14 forks source link

Turn off optional escaping of ampersand and angle brackets #52

Closed mm-david closed 12 months ago

mm-david commented 12 months ago

By default, Go's json marshaller will escape angle brackets and ampersands. We want to disable this for more readable output, escaping only as required by the JSON specification.