Skip to content

The sequence in the data #4922

Answered by ganigeorgiev
DAV95s asked this question in Q&A
May 14, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

On second read, if you meant the field props in the returned record's json - then No, but this shouldn't matter because maps are unordered per spec, aka:

{
    "id": "123",
    "title": "456"
}
// is considered the same as
{
    "title": "456",
    "id": "123"
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DAV95s
Comment options

@ganigeorgiev
Comment options

Answer selected by DAV95s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants