Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _private
*.nut.bundled
devtest*.nut
.imptest.local
.DS_Store
1 change: 1 addition & 0 deletions .impt.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"deviceGroupId": "dfff2ad8-cf09-3fcc-87d4-299e030e27d4",
"deviceGroupName" : "impFarm R",
"timeout": 30,
"stopOnFail": false,
"allowDisconnect": false,
Expand Down
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This library parses JSON into Squirrel data types.

**To add this library to your project, add** `#require "JSONParser.class.nut:1.0.0"` **to the top of your code.**

[![Build Status](https://travis-ci.org/electricimp/JSONParser.svg?branch=master)](https://travis-ci.org/electricimp/JSONParser)
![Build Status](https://cse-ci.electricimp.com/app/rest/builds/buildType:(id:JSONParser_BuildAndTest)/statusIcon)

## Usage

Expand Down