Actions
Architecture #25960
openRemove unused and duplicate rest extractor lift-json methods
Fix check:
To do
Regression:
No
Description
Since #25945 there are a lot of old lift-json methods to extract json with the lift-json API/DSL.
To help into the path of migrating the remaining APIs we should identify the remaining methods that are used.
We should remove as much dead code as possible and mark the remaining code with migration path.
Actions