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
Historically we did care only about parsing JSONs, but I started to notice some boilerplate in projects that uses self-describing JSONs as configuration:
Read file with Resolver
Parse
Extract
Read file with configuration
Parse
... etc
The text was updated successfully, but these errors were encountered:
Historically we did care only about parsing JSONs, but I started to notice some boilerplate in projects that uses self-describing JSONs as configuration:
The text was updated successfully, but these errors were encountered: