Fields
- Error Throw a JsonReaderException when a duplicate property is encountered.
- Ignore Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used.
- Replace Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used.