From 3f179e439107b6bde08361664bfa225e7726afd0 Mon Sep 17 00:00:00 2001 From: Rick Hull Date: Thu, 7 Nov 2013 22:32:25 +0000 Subject: [PATCH] fix unparseable JSON - use only double quotes - remove trailing commas for last element - add trailing newline Change-Id: I3f47a25cdac429d95319ca80c6622b9cb1460446 Closes-Bug: #1249117 --- examples/pki/cms/auth_token_unscoped.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pki/cms/auth_token_unscoped.json b/examples/pki/cms/auth_token_unscoped.json index b2340a7642..2dc58f82d7 100644 --- a/examples/pki/cms/auth_token_unscoped.json +++ b/examples/pki/cms/auth_token_unscoped.json @@ -1 +1 @@ -{"access": {"token": {"expires": "2012-08-17T15:35:34Z", "id": "01e032c996ef4406b144335915a41e79"}, "serviceCatalog": {}, "user": {"username": "user_name1", "roles_links": [], "id": "c9c89e3be3ee453fbf00c7966f6d3fbd", "roles": [{'name': 'role1'},{'name': 'role2'},], "name": "user_name1"}}} \ No newline at end of file +{"access": {"token": {"expires": "2012-08-17T15:35:34Z", "id": "01e032c996ef4406b144335915a41e79"}, "serviceCatalog": {}, "user": {"username": "user_name1", "roles_links": [], "id": "c9c89e3be3ee453fbf00c7966f6d3fbd", "roles": [{"name": "role1"},{"name": "role2"}], "name": "user_name1"}}}