Skip to content
Extraits de code Groupes Projets
Valider 52847c09 rédigé par LaplongeJunior's avatar LaplongeJunior
Parcourir les fichiers

Fixed empty strings being parsed as NULL

parent 4b10d8b0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!22Resolve "JSON parser parse empty string as NULL"
......@@ -234,6 +234,7 @@ Parser._parseString = function()
end if
end while
result = self.source[startPos : self._p-1]
if result == null then result = ""
if anyEscape then result = unescape(result)
return result
end function
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter