diff --git a/site/index.html b/site/index.html
index 864f5a4..ae1b776 100644
--- a/site/index.html
+++ b/site/index.html
@@ -296,7 +296,15 @@ can get involved.
Implement configuration file parsing using the hash map
Base64 encoding/decoding with padded/unpadded support
Write a release script
-Implement a JSON library using the hash map and array
+
+Implement a JSON library using the hash map and array
+
+Basic encoding from HashMap/Array/strings, etc.
+- Basic decoding to HashMap/Array/strings, etc.
+- Proper string encoding
+- Proper string decoding
+
+
Figure out how to wWrite unit tests for array/hashmap/etc
Add license/documentation comments to all source files
Implement a simple HTTP server