nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.25k stars 6.57k forks source link

Fix for incorrect function name in documentation example #4342

Closed alexprabhat99 closed 2 months ago

alexprabhat99 commented 2 months ago

[Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.] Function name in json/docs/mkdocs/docs/features/arbitrary_types.md should be "from_json(...)" instead of "to_json(...)" Related issue: #4334


Pull request checklist

Read the Contribution Guidelines for detailed information.

Please don't

nlohmann commented 2 months ago

Thanks!