kotlinx.serialization
kotlinx.serialization copied to clipboard
Update JsonPath tests:
- Uncomment test that was fixed by some other PR
- Remove jvmOnly clause, because tests are working on other platforms too
- Add test with useArrayPolymorphism=false
Apparently testHugeNestingToCheckResize fails on mingw without any info, investigating...