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

User-defined conversions #121

Open
Timeroot opened this issue Sep 11, 2019 · 0 comments
Open

User-defined conversions #121

Timeroot opened this issue Sep 11, 2019 · 0 comments

Comments

@Timeroot
Copy link

Supporting user-defined conversions (see https://en.cppreference.com/w/cpp/language/cast_operator ) would be a much cleaner alternative to the current .get<T>() syntax -- and you could continue to have both. Code of the form

std::string str = json_obj["some key"].get<std::string>();

could become

std::string str = json_obj["some key"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant