Work on List of people
This is a future project that will use a json file to list out a JSON array of people, which will include many, many different people. This is not finished, and I need to work on the syntax that I will use. This should not be considered production-ready. The idea here, is to us a JSON asset to list out the full array of people. This will include their sites, fediverse, and other links... This will have to be statically typed... and should be a niceity. I also do like organizing stuff in JSON, as it is superior IMO to XML, I really hate XML. I prefer JSON over XML in most things, and will not ever ultize XML inside of this project, beyond the RSS feed. The Syntax of JSON is just much simpler and exactly what I am looking for
This commit is contained in:
parent
20067fe0d6
commit
2af6e03dfd
4 changed files with 74 additions and 0 deletions
6
assets/data/people.json
Normal file
6
assets/data/people.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"Name": "Benjamin Hollon",
|
||||
"Website": "benjaminhollon.com"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue