Skip to content

Commit 47c9f26

Browse files
authored
add MiniJSON (#502)
1 parent 05ed6d8 commit 47c9f26

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

LICENSE

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,33 @@
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202202
limitations under the License.
203+
204+
================================================================================
205+
This package uses MiniJSON
206+
207+
Copyright (c) 2013 Calvin Rien
208+
209+
Based on the JSON parser by Patrick van Bergen
210+
http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html
211+
212+
Simplified it so that it doesn't throw exceptions
213+
and can be used in Unity iPhone with maximum code stripping.
214+
215+
Permission is hereby granted, free of charge, to any person obtaining
216+
a copy of this software and associated documentation files (the
217+
"Software"), to deal in the Software without restriction, including
218+
without limitation the rights to use, copy, modify, merge, publish,
219+
distribute, sublicense, and/or sell copies of the Software, and to
220+
permit persons to whom the Software is furnished to do so, subject to
221+
the following conditions:
222+
223+
The above copyright notice and this permission notice shall be
224+
included in all copies or substantial portions of the Software.
225+
226+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
227+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
228+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
229+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
230+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
231+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
232+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)