jquery.jsonconverter.js --

このライブラリは、jsonデータをもとにJavaやphpのクラスの定義に変換するライブラリです。 ※あくまで簡易なものであり、開発の補助としてお使いください。

This library is a library changed into the definition of Java or the class of php based on json data. * Please be simple strictly and use as assistance of development.

  1. Plase input json text. ex){"hp":100 , "speed":20 , "job":{"name":"wizard" , "magic":100}}
  2. Please push a button.
  3. Plase, copy & Paste the outputted sources to your file. Please correct timely if needed.

json text

genarated class

ClassName:
Exsample.