Skip to content

Commit d70e593

Browse files
authored
Update README.md
1 parent ce5d373 commit d70e593

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ Keeps a dictionary with user-specified entries for searching, editing and saving
66
The sreenshots of the app using the [sample data](https://github.com/VPKSoftOrg/json-dictionary-browser/blob/develop/sample_data/chat_abbreviations.json) containing chat abbreviations dictionary:
77
![image](https://github.com/user-attachments/assets/d284e847-58e3-4315-8561-c5bfacb1ef1f) ![image](https://github.com/user-attachments/assets/3013cbd4-40b2-4ecd-ae68-6133c26b4861)
88

9+
## The data format
10+
A JSON data array with unique *id*, and *custom* fields
11+
12+
```json
13+
[
14+
{ "id": 10 , "name": "^5", "description": "High-five" },
15+
{ "id": 11 , "name": "^URS", "description": "Up yours" },
16+
}
17+
```

0 commit comments

Comments
 (0)