Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use simplejson for better error descriptions.
The standard json library only provides an error that the json failed to parse. simplejson provides actual character and line numbers along with an expected character in it's errors. This makes writing elasticsearch queries much easier.
- Loading branch information