tobyink / p5-json-schema

1 stars 4 forks source link

Error property keys have a $. prefix #9

Open chandywerks opened 8 years ago

chandywerks commented 8 years ago

Calling the property() method on a JSON::Schema::Error returns the key with "$." in front of it such as, "$.foo" when it should just be "foo".