|
JSON Voorhees
Killer JSON for C++
|
Compares two values, ignoring the case for any value with kind::string.
More...
#include <jsonv/functional.hpp>
Public Types | |
| using | first_argument_type = value |
| using | second_argument_type = value |
| using | result_type = int |
Public Member Functions | |
| int | operator() (const value &a, const value &b) const |
Compares two values, ignoring the case for any value with kind::string.
This does not ignore case for the keys of objects.
Definition at line 41 of file functional.hpp.