File: defaultWithUnicodeBOM.json

package info (click to toggle)
node-config 3.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: javascript: 3,549; sh: 26; xml: 13; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Customers": {
    "dbName":"from_default_json",
    "dbPassword":"password will be overwritten.",
    "dbPassword2":"password will be overwritten.",
    "lang":["en","es"]
  },
  "AnotherModule": {
    "parm1":"value1"
  },
  "staticArray": [2,1,3]
}