Seal

Results 87 comments of Seal

Stay tuned,it Will be published soon

It works again on this API ``` curl -X POST \ https://jsontokotlin.sealwu.com/generate \ -H 'content-type: application/json' \ -d '{ "json":"{\"name\":\"theapache64\"}", "className":"TheApache" }' ```

Simple Website here: https://wuseal.github.io/JsonToKotlinClassWeb/

Sorry,there are no configuration file currently, but it's not hard to support this function. add an extension to implement it. If possible, welcome to open a PR for this:blush:

Hi.if you choose any annotation in annotation tab in advanced config. It will generate properties' name as camelcase

@peterstev-fm for your case, refer here : https://github.com/wuseal/JsonToKotlinClass/issues/17

Hey, is that your json is in snake_case style? If it is true, the default behavior this plugin does Will generate your data class as snake case style, And with...

Got it. Currently plugin doesn't support your requst, And I want to know that why you choose snake case style, as I know it's not kotlin standard style. Does it...

To achieve your requst feature, We need creat a new extension to implement it, it's not hard

So, what you want is just not use the property annotation with moshi😅? It can take several hours to implement it, But I have other tasks prefer to do, If...