jsonpath
jsonpath copied to clipboard
Using type stub files instead of using annotations from source codes.
Using type stub files to make static type checking instead of using annotations from source codes.
Pros
- Be able to remove the
typing-extensionsdependency from production release.
...
Cons
- Annotations may be missing in documents of APIs references.
...