Can some body please explain , I have a large data in my json file and i have to select at some point like data === smp('Report')
.
smp( "Reports" ) {
smp( "firewall_real_time" ) {
smp( "Appearance Settings" ) {
int( "Alignlogo" ) = 1812531465
int( "Alignlogo2" ) = 980706917
str( "Alignment" ) = ""
int( "Diagram Background Color" ) = 16777215
smp( "Fonts" ) {
smp( "Copyright" ) {
int( "Size" ) = 10
int( "Width" ) = 300
int( "XAxis" ) = 500
int( "YAxis" ) = 50
}
}
// I have to add extra data here so please help me how to add in between { { } }.
}
}
Thank you in advance!