From d25e04d8c736e5ee0a4bdc2531a6047dccc81013 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 21:52:13 +0100 Subject: feat(data): parse json and render simple thing --- example.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 example.json (limited to 'example.json') diff --git a/example.json b/example.json new file mode 100644 index 0000000..75e887e --- /dev/null +++ b/example.json @@ -0,0 +1,9 @@ +{ + "image": "", + "description": "", + "person": { + "name": "", + "pronouns": "", + "image": "" + } +} \ No newline at end of file -- cgit v1.2.3