SIGN IN SIGN UP

core: allow readJson to be called without explicit type parameter

Added default type parameter 'any' to readJson<T> so users can call it without specifying a type when they don't need strict typing. This reduces boilerplate for quick JSON reads where type safety isn't required.
D
Dax Raad committed
a5c15a23e4b352b21c4e0fe8056c302436564107
Parent: 3d189b4