comments not supported in JSON files
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6709c21b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6709c21b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6709c21b Branch: refs/heads/develop Commit: 6709c21b32a2dc1f25d52ef45a48d593092c082d Parents: c6aa347 Author: Alex Harui <[email protected]> Authored: Mon Dec 22 09:55:17 2014 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Dec 22 09:55:17 2014 -0800 ---------------------------------------------------------------------- examples/FlexJSStore/src/data/catalog.json | 19 ------------------- 1 file changed, 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6709c21b/examples/FlexJSStore/src/data/catalog.json ---------------------------------------------------------------------- diff --git a/examples/FlexJSStore/src/data/catalog.json b/examples/FlexJSStore/src/data/catalog.json index f42a76f..89bdd43 100755 --- a/examples/FlexJSStore/src/data/catalog.json +++ b/examples/FlexJSStore/src/data/catalog.json @@ -1,22 +1,3 @@ -<?xml version : "1.0" encoding : "utf-8"?> -<!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - --> { catalog : [ { "productId" :"1",
