Duplicate Key Exception
class DuplicateKeyException(val contextMark: Mark?, key: Any, val problemMark: Mark?) : ConstructorException
Indicate duplicate keys in the same mapping during parsing
Parameters
context Mark
the context location
key
the data used as key more than once in the same mapping
problem Mark
the problem location