Enable simplified json in SQL queries

This commit is contained in:
Tobie Morgan Hitchcock 2017-02-03 19:08:57 +00:00
parent a941987349
commit 1901f6fd8c

View file

@ -15,11 +15,12 @@
package sql
import (
"encoding/json"
"fmt"
"regexp"
"strconv"
"time"
json "github.com/hjson/hjson-go"
)
func (p *parser) in(token Token, tokens []Token) bool {