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

Adds valid_json which is using json_last_error() === JSON_ERROR_NONE #1187

Merged
merged 3 commits into from
Sep 4, 2018

Commits on Aug 30, 2018

  1. Adds valid_json which is using json_last_error() === JSON_ERROR_NONE

    it will return false if json is null, similar  to existing funcs , i.e. valid_url
    nowackipawel committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    8041060 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. doscs - valid_json

    nowackipawel committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    9ef2d95 View commit details
    Browse the repository at this point in the history
  2. valid_json tests

    nowackipawel committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    7378a21 View commit details
    Browse the repository at this point in the history