Home | History | Annotate | Download | only in json

Lines Matching refs:beginning

75 // caller about significant parsing events like beginning
82 // the beginning of 12345e+6?).
206 // stateBeginValue is the state at the beginning of the input.
226 case '0': // beginning of 0.123
229 case 't': // beginning of true
232 case 'f': // beginning of false
235 case 'n': // beginning of null
239 if '1' <= c && c <= '9' { // beginning of 1234.5
243 return s.error(c, "looking for beginning of value")
268 return s.error(c, "looking for beginning of object key string")