Imported old code.
This commit is contained in:
parent
b35b040120
commit
89d94c38b6
243 changed files with 26457 additions and 0 deletions
11
_posts/2013-10-19-json-to-yaml.html
Normal file
11
_posts/2013-10-19-json-to-yaml.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: post
|
||||
title: JSON to YAML
|
||||
metasub: news
|
||||
---
|
||||
|
||||
<p>We switched the configuration from JSON to YAML today. YAML is much easier to read and write and has some more features. We will still support JSON based configuration but are focusing on YAML from now on. If some day it will be hard to maintain both file formats we will drop JSON support but for now it seems to be no problem for us.</p>
|
||||
|
||||
<p>An example can be found <a href="https://github.com/linspector/linspector/blob/master/examples/linspector.yaml" class="ext">here</a>.</p>
|
||||
|
||||
<p>Documentation will be updated soon but we want to change some config structures too so this will happen when it is done. For now everything works fine with the current docs.</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue