Kacper Ziubryniewicz

Results 4 issues of Kacper Ziubryniewicz

I have an example JSON ```json { "id": 1, "test1": 2, "test2": 3, "child1_id": 6, "child1_name": "Test", "child2_id": 8, "child2_name": "Test2", } ``` and I want to have models ```python...

The current adapter is not currently maintained, and even changes from 2021 are still not uploaded to NuGet. [My library](https://github.com/kapi2289/InertiaCore) adds some missing key features: - Validation error handling -...

There are still some things to be done before we can publish v1. I can see that `InertiaCore` lacks some of the functionalities from the official [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) repo. - [x]...

help wanted

Resolves #21. @Naamloos, please let me know if this implementation solves your issue. You can use a custom JSON serializer in your app by creating a custom class implementing the...