We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Niels,
excellent library, thanks!
would it be possible to add two more members, namely:
inline bool is_float() const noexcept { return (m_type == value_t::number_float); } inline bool is_integer() const noexcept { return (m_type == value_t::number_integer); }
that would be extremly helpful when it comes to serializing json i.e. via msgpack or saving a json into mysql.
Thanks and Cheers, Roman
The text was updated successfully, but these errors were encountered:
I often had the same idea, but thought that nobody else would need this ;-)
Sorry, something went wrong.
8e9a711
excellent, thanks a lot!
Cheers, R.
nlohmann
No branches or pull requests
Hi Niels,
excellent library, thanks!
would it be possible to add two more members, namely:
that would be extremly helpful when it comes to serializing json i.e. via msgpack or saving a json into mysql.
Thanks and Cheers,
Roman
The text was updated successfully, but these errors were encountered: