SoFunction
Updated on 2025-03-06

Simple example sharing of json data generation by javascript


//Define the object
var finalInfo = new Object();
// Assign values ​​to the object
= '';
= '';
= '';
= '';
= '';
//Convert object to json format
var finalInfoStr = (finalInfo);