db.json 302 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 { "users": [ { "ID": "1", "password": "1", "age": "1", "gender": "male", "height": "1", "weight": "1" }, { "ID": "harry", "password": "1234", "age": "20", "gender": "male", "height": "160", "weight": "60" } ] }