JsonToKotlinClass icon indicating copy to clipboard operation
JsonToKotlinClass copied to clipboard

JsonToKotlinClass webpage support

Open wuseal opened this issue 5 years ago • 4 comments

Apply JsonToKotlinClass Function into webpage, So Anyone could have another method to use JsonToKotlinClass withou to download and install IDE, I think it it useful for some one type code in light-weight IDE such as Sublime,Atom, Text and so on.

wuseal avatar Mar 30 '19 02:03 wuseal

Let's do this (y)

theapache64 avatar Dec 23 '19 12:12 theapache64

API is ready to use.

Sample:

curl -X POST \
  http://jsontokotlin.online:8080/generate \
  -H 'content-type: application/json' \
  -d '{
	"json":"{\"name\":\"theapache64\"}",
	"class_name":"TheApache"
}'

For now, the accepted params can be identifed from this file. We'll create a clear documentation in time.

theapache64 avatar Mar 16 '20 07:03 theapache64

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"
}'

wuseal avatar Jul 10 '22 14:07 wuseal

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

wuseal avatar Jul 12 '22 20:07 wuseal