Enable simplified json in SQL queries
This commit is contained in:
parent
a941987349
commit
1901f6fd8c
1 changed files with 2 additions and 1 deletions
|
@ -15,11 +15,12 @@
|
||||||
package sql
|
package sql
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"regexp"
|
"regexp"
|
||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
json "github.com/hjson/hjson-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (p *parser) in(token Token, tokens []Token) bool {
|
func (p *parser) in(token Token, tokens []Token) bool {
|
||||||
|
|
Loading…
Reference in a new issue