Skip to content

Conversation

@dnmeid
Copy link
Member

@dnmeid dnmeid commented Mar 6, 2025

No description provided.

@logicallysynced logicallysynced merged commit 9fa68b6 into master Mar 28, 2025
1 check passed
@logicallysynced logicallysynced deleted the dnmeid-patch-1 branch March 28, 2025 06:42
@logicallysynced logicallysynced restored the dnmeid-patch-1 branch March 28, 2025 06:49
@logicallysynced
Copy link
Collaborator

logicallysynced commented Mar 28, 2025

The issue is when a user has included "Let's Go" they want the double quotes to be preserved in the string.

1 "Lets go" 2.5

will send as:

[{"type":"i","value":1},{"type":"s","value":"Lets go"},{"type":"f","value":2.5}]

instead of:

[{"type":"i","value":1},{"type":"s","value":"\"Lets go\""},{"type":"f","value":2.5}]

--

I've updated the code to account for this, and also prevent sending invalid data when sending a string without quotations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants