Android JSON tutorial made by Erel was given as an example the Json file below.
My question is if I can enter data in this file through the Application and return to using the file with this new data?
For example insert:
My question is if I can enter data in this file through the Application and return to using the file with this new data?
For example insert:
B4X:
{"value": "Delete", "onclick": "DeleteDoc()"}
B4X:
{"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [
{"value": "New", "onclick": "CreateNewDoc()"},
{"value": "Open", "onclick": "OpenDoc()"},
{"value": "Close", "onclick": "CloseDoc()"}
]
}
}}