Click here to Skip to main content
15,897,032 members

Comments by Member 11373970 (Top 25 by date)

Member 11373970 29-Sep-16 5:26am View    
Thanks Karthik..!
https://www.sitepoint.com/google-maps-json-file/ (this is what am looking for)

No problem..my problem got solved from above link.
Member 11373970 29-Sep-16 4:26am View    
Please add three more values to each parameter of a class manually in above mentioned, because am not aware how to/where to add in above mentioned.
Member 11373970 29-Sep-16 3:08am View    
Actually will get the data from Hardware KIT(In final stage) and will convert all values to txt file in JSON format.
But,for this time being,need dummy data in txt file to check the functionally ..that too JSON format..
So, that data you have enter manually in txt file because you're aware of JSON and it's format.
Member 11373970 29-Sep-16 2:33am View    
No Karthik..! Not program am looking for.
Instead I just want you to create file with all values manually in json format(in txt file)..!

Later will read the data from that txt file to display the same in grid format.
Member 11373970 29-Sep-16 2:14am View    
Hey Karthik,
Need your help..! To create text file with all values in json format like below.

var obj = {
"A": {
"a": { "Current": 30.0},
"b": { "Current": 60.0},
"c": { "Current": 60.0},
"d": { "Current": 60.0},
"e": { "Current": 60.0},
"f": false
},
"B": {
"g": { "Current": 30.0},
"h": { "Current": 60.0},
"i": { "Current": 60.0},
"j": { "Current": 60.0},
},
"C": {
"k": { "Current": 30.0},
"l": { "Current": 60.0},
"m": { "Current": 60.0},
"n": { "Current": 60.0},
}
}

Need to add more three values to each parameter in above format..!

Like --> a--Current: 30.0,42.0,12.5,788