feat(data): parse json and render simple thing

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 21:52:13 +01:00
parent a50d678a67
commit d25e04d8c7
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
7 changed files with 62 additions and 17 deletions

9
example.json Normal file
View file

@ -0,0 +1,9 @@
{
"image": "",
"description": "",
"person": {
"name": "",
"pronouns": "",
"image": ""
}
}