json2html

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-31 22:13:23

软件介绍

json2html 是一个开源的 JavaScript 库,可使用 JSON 模板来讲 JSON 对象转成 HTML。提供了 jQuery 插件和 Node.js 包两种形式。

示例代码:

var transform = {'tag':'li','html':'${name} (${age})'};
    
var data = [
    {'name':'Bob','age':40},
    {'name':'Frank','age':15},
    {'name':'Bill','age':65},
    {'name':'Robert','age':24}
];
    
json2html.transform(data,transform);

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

Hadoop: The Definitive Guide

Hadoop: The Definitive Guide

Tom White / O'Reilly Media, Inc. / 2009 / 44.99

Apache Hadoop is ideal for organizations with a growing need to store and process massive application datasets. Hadoop: The Definitive Guide is a comprehensive resource for using Hadoop to build relia......一起来看看 《Hadoop: The Definitive Guide》 这本书的介绍吧!

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

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具