gazuntype / graphQL-client-unity

This repository houses a unitypackage that can be included in your Unity Project to enable it communicate with a graphQL server.
Apache License 2.0
292 stars 50 forks source link

Update GraphApi.cs #45

Open ssmasrour opened 1 week ago

ssmasrour commented 1 week ago

Ensured that colons are only processed when outside of a string (e.g., timestamps, URLs). This fix prevents ArgumentOutOfRangeException errors caused by colons within property values and accurately processes JSON input.