-1

When I try to generate json with emit, it puts ' ' at the beginning of the text.

enter image description here

how can i overcome this problem

bedirhan
  • 11
  • 3
  • What problem? It's perfectly legal JSON... – Honk der Hase Dec 24 '21 at 09:42
  • [Please do not upload images of code/errors when asking a question](https://meta.stackoverflow.com/questions/285551/why-not-upload-images-of-code-errors-when-asking-a-question). – TarangP Dec 24 '21 at 10:23

1 Answers1

0

It needs to be sorted sequentially without quotes

bedirhan
  • 11
  • 3