import XCTest
import JSONTests
var tests = [XCTestCaseEntry]()
tests += JSONTests.__allTests()
XCTMain(tests)