From 02f8c4bb820414d859f3571700502a48f06934c6 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 25 Jul 2022 23:02:50 -0400 Subject: [PATCH] Update Json to-dos. --- site/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 + +
  • Figure out how to wWrite unit tests for array/hashmap/etc
  • Add license/documentation comments to all source files
  • Implement a simple HTTP server