Can GDScript JSON.parse handle non-BMP characters?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By S Arrowsmith

I suppose the answer is “no” because JSON doesn’t handle non-BMP characters. But there is an established convention of using surrogate pairs, which JSON.parse doesn’t appear to know about. Am I missing something? Is this a feature which could, or should, be implemented?