|
JSON for Modern C++
3.0
|
|
friend |
Compares two JSON values for equality according to the following rules:
f1 and f2 are considered equal if neither f1 > f2 nor f2 > f1 holds.| [in] | lhs | first JSON value to consider |
| [in] | rhs | second JSON value to consider |