PHP Classes

File: data.txt

Recommend this page to a friend!
  Classes of Satish B   Populate template with JSON data   data.txt   Download  
File: data.txt
Role: Auxiliary data
Content type: text/plain
Description: Sample data
Class: Populate template with JSON data
Replace templates using values from a JSON object
Author: By
Last change:
Date: 2 years ago
Size: 1,290 bytes
 

Contents

Class file image Download
[{ "report_name05": "report no five", "report_data05": [{ "report05_col01": "line 01", "report05_col02": "122", "report05_col03": "March 2021" }, { "report05_col01": "line 2", "report05_col02": "-22.55", "report05_col03": "Feb 2021" }, { "report05_col01": "Third Line", "report05_col02": "33.000", "report05_col-03": "January 2021" } ], "report_name03": "report no three", "report_data03": [{ "report03_col01": "line 01", "class_col1": "", "report03_col02": "122", "report03_col03": [{ "r3_c3_data": "line 1 data 01" }, { "r3_c3_data": "line 1 data 02" }, { "r3_c3_data": "Line 1 data 03" } ] }, { "report03_col01": "line 2", "class_col1": "highlight", "report03_col02": "-22.55", "report03_col03": [{ "r3_c3_data": "line 2 data 01" }, { "r3_c3_data": "line 2 data 02" }, { "r3_c3_data": "Line 2 data 03" } ] }, { "report03_col01": "Third Line", "report03_col02": "33.000", "report03_col03": [{ "r3_c3_data": "line 3 data 01" }, { "r3_c3_data": "line 3 data 02" }, { "r3_c3_data": "Line 3 data 03" } ] } ] } ]