Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ElasticSearch] Change: use simplejson for better error descriptions #1438

Merged
merged 1 commit into from Dec 6, 2016
Merged

[ElasticSearch] Change: use simplejson for better error descriptions #1438

merged 1 commit into from Dec 6, 2016

Commits on Dec 1, 2016

  1. 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.
    adamlwgriffiths committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    4cd58cd View commit details
    Browse the repository at this point in the history