Browse Source
JSONAPI couldn't parse JSON values like " {"key": :value"}" because of the spaces before the opening curly brace. This behaviour was judged to be unintuitive and a bug. This patch fixes the issue by always skipping spaces in front of the value. This should not break parsing JSON string values, since they are supposed to start with double quotation mark.pull/8/head
Anton Tarasenko
2 years ago
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue