JSON 数据转换 anyToJSON

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-04 12:27:18

软件介绍

anyToJSON 是一个 JavaScript 库,它能从任何地方获取数据并将它转换为 JSON。它支持:

  • CSV平面文件   

  • JSON平面文件

  • CSV REST API

  • JSON REST API

  • 数据库(ODBC支持

示例代码:

server.startServer(function(){
    anyToJSON.restJSON({
        hostname: "localhost",
        port: 3000,
        path: "/json"},function(data){ 
        var output = [{"a":"4","b":"9","c":"2","d":"3"}];
        var anyToJSONdata = data;
            assert.equal(JSON.stringify(anyToJSONdata), JSON.stringify(output));
            done();
    })
})

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

Beginning PHP and MySQL 5

Beginning PHP and MySQL 5

W. Jason Gilmore / Apress / 2006-01-23 / USD 44.99

Beginning PHP and MySQL 5: From Novice to Professional, Second Edition offers comprehensive information about two of the most prominent open source technologies on the planet: the PHP scripting langua......一起来看看 《Beginning PHP and MySQL 5》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具