You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the output/response is being provided in the form of separate dictionaries. A dedicated class can be written to make it more modular and efficient.
I would like to rephrase the requirement. We have dedicated classes in nirjas/output but even while calling nirjas as library, it returns a JSON which needs to be parsed back into Python types.
Instead, if the translation of object to JSON can be done only for CLI calls and not for library/function calls, it will be great.
Currently the output/response is being provided in the form of separate dictionaries. A dedicated class can be written to make it more modular and efficient.
Ref: Dict_perma
The text was updated successfully, but these errors were encountered: