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
When I have a json with keys that have a '.' in them, within quotes, the resulting json has those keys expanded: { "Settings": { "Datasets.Title": "Datasets title" } }
The result is: { "Settings": { "Datasets": { "Title": "Datasets title" } } }
OpenAI leaves the keys as is, the result does not.
The text was updated successfully, but these errors were encountered:
Hi,
When I have a json with keys that have a '.' in them, within quotes, the resulting json has those keys expanded:
{ "Settings": { "Datasets.Title": "Datasets title" } }
The result is:
{ "Settings": { "Datasets": { "Title": "Datasets title" } } }
OpenAI leaves the keys as is, the result does not.
The text was updated successfully, but these errors were encountered: