Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore json to alt_json conversion in unit test
A unit test in unit-alt_string.cpp converts a json object to an alt_json object. During the json_pointer refactor this failed to compile and was commented out. The failure can no longer be reproduced with the current code. This commit restores the test to its originally proposed form. Closes nlohmann#3425.
- Loading branch information