JSON 转换工具 JSON2Anything

码农软件 · 软件分类 · 其他(Others) · 2019-07-19 19:26:38

软件介绍

JSON2Anything (J2A) 可以把纯 JSON 转换成 NSObject 的子类,Cocoa 对象,枚举等等。

主要特性:

  1. 从服务端动态控制一个应用的 UI

  2. 修复服务端的 bugs

示例:

{
   "UIView":[
      {
         "initWithFrame:":[ { "CGRect":[ 20,20,50,50 ] } ]
      },
      {
         "setBackgroundColor:":[
            {
               "UIColor":[
                  {
                     "initWithRed:green:blue:alpha:": [
                        {"Double":[0.9] },
                        {"Double":[0.1] },
                        {"Double":[0.2] },
                        {"Double":[1.0]
                        }
                     ]
                  }
               ]
            }
         ]
      }
   ]
}

本文地址:https://codercto.com/soft/d/10498.html

GWT in Action

GWT in Action

Robert Hanson、Adam Tacy / Manning Publications / 2007-06-05 / USD 49.99

This book will show Java developers how to use the Google Web Toolkit (GWT) to rapidly create rich web-based applications using their existing skills. It will cover the full development cycle, from ......一起来看看 《GWT in Action》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码