1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/vendor/gopkg.in/square/go-jose.v2/json
2018-04-24 10:40:26 -04:00
..
2018-04-24 10:40:26 -04:00
2018-04-24 10:40:26 -04:00
2018-04-24 10:40:26 -04:00
2018-04-24 10:40:26 -04:00
2018-04-24 10:40:26 -04:00
2018-04-24 10:40:26 -04:00
2018-04-24 10:40:26 -04:00
2018-04-24 10:40:26 -04:00

Safe JSON

This repository contains a fork of the encoding/json package from Go 1.6.

The following changes were made:

  • Object deserialization uses case-sensitive member name matching instead of case-insensitive matching. This is to avoid differences in the interpretation of JOSE messages between go-jose and libraries written in other languages.
  • When deserializing a JSON object, we check for duplicate keys and reject the input whenever we detect a duplicate. Rather than trying to work with malformed data, we prefer to reject it right away.