Support json config
See original GitHub issueCurrently the built in config system only supports toml
. Let’s add json
as 1st class.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Creating JSON Configuration Files for Your Deployments
Manually creating the JSON configuration file · Create a file name app.json . · Use the configuration information that is provided in the...
Read more >Advanced JSON configuration properties - IBM
You can use a JSON configuration file to define certain properties for individual tenants, rather than configuring environment variables that ...
Read more >Configuration in ASP.NET Core - Microsoft Learn
Learn how to use the Configuration API to configure AppSettings in an ASP.NET Core app.
Read more >Why JSON isn't a Good Configuration Language - Lucidchart
Learn why JSON falls short as a configuration language and what you can use instead as you create a new application, framework, or...
Read more >JSON Configuration Files - TIBCO Product Documentation
When Central Administration is used, TIBCO Enterprise Message Service stores server configuration settings in a single JSON-based configuration file.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nah… it didnt take off like I’d hoped. Feel free to detomilify.
Ya. It starts there.
It’s also here as well.
The idea is, after everything is up & running, you have 1 object, living on the context object, called
config
which contains:.toml
config file from the cliThis particular issue is, we’re using
toml
for that configuration (as well as plugins), butjson
feels like a better fit forjavascript
CLIs.