files.json

Create json files with correponding content

type

attribute set of (JSON value)

example

{
  files.json = {
    "/hellaos.json" = {
      greeting = "hello World";
    };
    "/hellows.json" = {
      greetings = [
        [
          "Hello World"
        ]
        [
          "Ola Mundo"
          [
            "Holla Que Tal"
          ]
        ]
      ];
    };
  };
}

default

{
  files.json = { };
}