mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Add new module bfxapi._utils.json_decoder.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import json
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
from typing import \
|
||||
Union, List, Dict, \
|
||||
Any
|
||||
|
||||
import json
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
_ExtJSON = Union[Dict[str, "_ExtJSON"], List["_ExtJSON"], \
|
||||
bool, int, float, str, Decimal, None]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user