Home | History | Annotate | Download | only in simplejson

Lines Matching refs:nextchar

122     nextchar = s[end:end + 1]
124 if nextchar == '}':
126 if nextchar != '"':
143 nextchar = s[end:end + 1]
145 if nextchar == '}':
147 if nextchar != ',':
150 nextchar = s[end:end + 1]
152 if nextchar != '"':
165 nextchar = s[end:end + 1]
166 if nextchar == ']':
176 nextchar = s[end:end + 1]
178 if nextchar == ']':
180 if nextchar != ',':