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

Add operator/= and operator/ to construct a JSON pointer by appending two JSON pointers #1469

Merged
merged 6 commits into from
Mar 11, 2019

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    a06e7f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Add operator/= and operator/ to construct a JSON pointer by appending…

    … two JSON pointers, as well as convenience op/= and op= to append a single unescaped token or array index; inspired by std::filesystem::path
    garethsb committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c850e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da757b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Rename private json_pointer::is_root as public json_pointer::empty fo…

    …r consistency with std::filesystem::path
    garethsb committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    164e0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08de9ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d183bd0 View commit details
    Browse the repository at this point in the history