Using JSON data with FusionCharts
JSON is a lightweight and simple data format derived from JavaScript. The data structure is language-independent, with encoders and parsers available for virtually every programming language. FusionCharts allows you to provide JSON data to the chart either as a URL using the setJSONUrl()
method or as a string using the setJSONData()
method. Before we use these methods, let us convert our previous data from XML format to JSON format to understand this format. To do this, we will use the FusionCharts Data Format Conversion Tool that comes in the FusionCharts download package. Perform the following steps:
推薦閱讀
- GAE編程指南
- JSP網絡編程(學習筆記)
- LabVIEW 2018 虛擬儀器程序設計
- Spring 5.0 By Example
- Java EE 6 企業級應用開發教程
- SQL語言從入門到精通
- Go并發編程實戰
- C# 8.0核心技術指南(原書第8版)
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Microsoft Dynamics AX 2012 R3 Financial Management
- Odoo 10 Implementation Cookbook
- Python網絡爬蟲技術與應用
- Everyday Data Structures
- Python全棧開發:基礎入門
- C語言程序設計