Added decoder op

This commit is contained in:
Mike Farah
2021-10-22 12:37:47 +11:00
parent cdc5ef7b15
commit 7288d34778
8 changed files with 162 additions and 83 deletions
@@ -0,0 +1 @@
Encode operators will take the piped in object structure and encode it as a string in the desired format. The decode operators do the opposite, they take a formatted string and decode it into the relevant object structure.
-1
View File
@@ -1 +0,0 @@
Encode operators will take the piped in object structure and encode it as a string in the desired format.