Minimal JSON parser

Dependents:   WNCInterface_M2XMQTTdemo

Committer:
defmacro
Date:
Mon Jun 27 13:14:48 2016 +0000
Revision:
1:0429411f7b3a
Add license file

Who changed what in which revision?

UserRevisionLine numberNew contents of line
defmacro 1:0429411f7b3a 1 The MIT License (MIT)
defmacro 1:0429411f7b3a 2
defmacro 1:0429411f7b3a 3 Copyright (c) 2016 Xuejie "Rafael" Xiao
defmacro 1:0429411f7b3a 4
defmacro 1:0429411f7b3a 5 Permission is hereby granted, free of charge, to any person obtaining a copy
defmacro 1:0429411f7b3a 6 of this software and associated documentation files (the "Software"), to deal
defmacro 1:0429411f7b3a 7 in the Software without restriction, including without limitation the rights
defmacro 1:0429411f7b3a 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
defmacro 1:0429411f7b3a 9 copies of the Software, and to permit persons to whom the Software is
defmacro 1:0429411f7b3a 10 furnished to do so, subject to the following conditions:
defmacro 1:0429411f7b3a 11
defmacro 1:0429411f7b3a 12 The above copyright notice and this permission notice shall be included in all
defmacro 1:0429411f7b3a 13 copies or substantial portions of the Software.
defmacro 1:0429411f7b3a 14
defmacro 1:0429411f7b3a 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
defmacro 1:0429411f7b3a 16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
defmacro 1:0429411f7b3a 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
defmacro 1:0429411f7b3a 18 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
defmacro 1:0429411f7b3a 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
defmacro 1:0429411f7b3a 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
defmacro 1:0429411f7b3a 21 SOFTWARE.