Skip to content
Snippets Groups Projects

Support drupal 11

Merged Patrick Kenny requested to merge issue/json_field-3431154:drupal11 into 8.x-1.x
Compare and
12 files
+ 37
10
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -11,7 +11,7 @@
return JSON.parse(string);
}
catch (e) {
return null;
return NULL;
}
}
Loading