aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Andres Medina <medinaandres@google.com>2018-06-22 10:09:18 -0700
committerGravatar Andres Medina <medinaandres@google.com>2018-06-22 10:09:18 -0700
commit89642bb20550863bdee8b8ca4c286438c5d3ac21 (patch)
tree44d292c798c40a9c5749096d0037b6b119c8ae45
parent7a2a8ca4ba2cd505961ac43c656cc0a7a33c7bb0 (diff)
Corrected formatting of json files
examples/csharp/route_guide/RouteGuide/route_guide_db.json: Removed BOM encoding. Some json parsers cannot natively open these files. There are more portable ways to define Unicode encodings than embedded in files. src/csharp/doc/docfx.json: Incorrect json format.
-rw-r--r--examples/csharp/route_guide/RouteGuide/route_guide_db.json2
-rw-r--r--src/csharp/doc/docfx.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/csharp/route_guide/RouteGuide/route_guide_db.json b/examples/csharp/route_guide/RouteGuide/route_guide_db.json
index 209f016259..9342beb579 100644
--- a/examples/csharp/route_guide/RouteGuide/route_guide_db.json
+++ b/examples/csharp/route_guide/RouteGuide/route_guide_db.json
@@ -1,4 +1,4 @@
-[{
+[{
"location": {
"latitude": 407838351,
"longitude": -746143763
diff --git a/src/csharp/doc/docfx.json b/src/csharp/doc/docfx.json
index 7219d0e7a6..0ce5f7262a 100644
--- a/src/csharp/doc/docfx.json
+++ b/src/csharp/doc/docfx.json
@@ -24,7 +24,7 @@
"dest": "api"
},
{
- "files": [ "toc.yml"],
+ "files": [ "toc.yml"]
}
],
"globalMetadata": {