[TML-1901](https://linear.app/prisma-company/issue/TML-1901/investigate-and-fix-jsonb-regression-in-74)
Fixes https://github.com/prisma/prisma/issues/29174

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

* **Bug Fixes**
  * Fixed JSON date deserialization in JSONB parameter fields to preserve date formatting and custom type info.

* **Refactor**
  * Renamed exported deserialization function for clearer naming.
  * Raw JSON values are now preserved during deserialization.
  * Changed default behavior to wrap raw values during JSON serialization when option unspecified.

* **Tests**
  * Added functional tests covering JSON date deserialization and related scenarios.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->