You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encoding the type in to the entity ID string is not the best option. Instead we should lean on JSON encoding, which can disambiguate between string and number easily.
We will use JSON string in the URL for URL sharing. Something like (not URL encoded):
?graph={"vertices":[123,"abc"]}
The text was updated successfully, but these errors were encountered:
Encoding the type in to the entity ID string is not the best option. Instead we should lean on JSON encoding, which can disambiguate between string and number easily.
We will use JSON string in the URL for URL sharing. Something like (not URL encoded):
The text was updated successfully, but these errors were encountered: