Right align text to a point loaded from json

Hi,

I would like to place text from a json file right aligned to a point.
The following only works if there is no spaces in the “Hello There” text.

#place(
  dx: 1cm,
  dy: 1cm,
  box(width: 0pt)[
    #align(right)[Hellothere]
  ],
)