jakartaee / jsonp-api

Jakarta JSON Processing
https://eclipse.org/ee4j/jsonp
Other
138 stars 59 forks source link

Are there any docs about how to create an implementation? #375

Closed toddobryan closed 2 years ago

toddobryan commented 2 years ago

I'd like to try to provide an implementation in Kotlin using the kotlinx-serialization JSON library. But I'm not sure how to start.

My guess is that you have to provide some implementations and others just depend on those, but is that documented anywhere or is it just a matter of going through the code, adding implementations, and repeating until your code compiles and passes the tests?

lukasj commented 2 years ago

To provide an implementation, the SPI/JsonProvider is the starting point