"Fossies" - the Fresh Open Source Software Archive 
Member "angular-cli-15.2.4/packages/angular_devkit/core/src/workspace/json/test/cases/AddArrayEmpty.json" (16 Mar 2023, 224 Bytes) of package /linux/www/angular-cli-15.2.4.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "version": 1,
3 // Comment
4 "schematics": {
5 "@angular/schematics:component": {
6 "prefix": "abc"
7 }
8 },
9 "x-baz": 1,
10 "x-foo": {
11 "is": ["good", "great", "awesome"]
12 },
13 "x-bar": 5,
14 "x-array": [],
15 }