Created by: nuket
When building with GCC 4.9, the compiler gives a warning here:
[Warning] JsonVariant.hpp@333,67: suggest parentheses around '&&' within '||' [-Wparentheses]
Wrapping the comparison with parentheses eliminates the warning and respects the existing operator precedence.