jmespath / jmespath.rs

Rust implementation of JMESPath, a query language for JSON
MIT License
133 stars 26 forks source link

Fix serde Error #34

Closed forensicmatt closed 4 years ago

forensicmatt commented 4 years ago

ErrorCode and syntax seem to have become private, so I implemented just using a custom de::Error instead of serde_json::Error::syntax. Not sure if this is what is needed. Let me know.