Skip to content
Snippets Groups Projects
Forked from VTK / VTK
668 commits behind the upstream repository.
breaking-change-remove-nlohmann-json-from-public-API.md 569 B

Remove usage of the nlohmannjson library from public facing API

The nlohmann::json vtkAbstractArray::SerializeValues() method is now removed as the public exposure of VTK's vendored nlohmannjson library caused difficulty for downstream projects that link to a different nlohmannjson.

These methods were added in vtk/vtk!11163 (merged) which was released in 9.4. That merge request has now been reverted. These methods are removed (instead of deprecation) because deprecation would prevent fixing the problem.