forked from Telodendria/Telodendria
Update Json to-dos.
This commit is contained in:
parent
8689c95b68
commit
02f8c4bb82
1 changed files with 9 additions and 1 deletions
|
@ -296,7 +296,15 @@ can get involved.
|
|||
<li><s>Implement configuration file parsing using the hash map</s></li>
|
||||
<li><s>Base64 encoding/decoding with padded/unpadded support</s></li>
|
||||
<li><s>Write a release script</s></li>
|
||||
<li>Implement a JSON library using the hash map and array</li>
|
||||
<li>
|
||||
Implement a JSON library using the hash map and array
|
||||
<ul>
|
||||
<li><s>Basic encoding from HashMap/Array/strings, etc.</s></li>
|
||||
<li>Basic decoding to HashMap/Array/strings, etc.</li>
|
||||
<li>Proper string encoding</li>
|
||||
<li>Proper string decoding</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><s>Figure out how to w</s>Write unit tests for array/hashmap/etc</li>
|
||||
<li>Add license/documentation comments to all source files</li>
|
||||
<li>Implement a simple HTTP server</li>
|
||||
|
|
Loading…
Reference in a new issue