Added int and float (why weren't they there in the first place?)
This commit is contained in:
parent
f95c83be52
commit
6b2fdaa9d5
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
str = b"s"
|
||||
json = b"j"
|
||||
bin = b"b"
|
||||
other = b"o"
|
||||
other = b"o"
|
||||
int = b"i"
|
||||
float = b"f"
|
Reference in a new issue