Although comments are not specified / supported in json, a lot of people use them and a lot of system accept them.
Quicktype should either support comments or reject comments or show another behaviour. Currently it just causes an endless loop on "Analysing sample data...".
This works just fine:
{
"foo": "brother"
}
This fails / causes hang up:
{
"foo": "brother" // comment
}
This error occurs over all levels of json complexity on all browsers I tested.
Although comments are not specified / supported in json, a lot of people use them and a lot of system accept them. Quicktype should either support comments or reject comments or show another behaviour. Currently it just causes an endless loop on "Analysing sample data...".
This works just fine:
This fails / causes hang up:
This error occurs over all levels of json complexity on all browsers I tested.