php-tracks-recorder icon indicating copy to clipboard operation
php-tracks-recorder copied to clipboard

Remove double JSON encoding of markers

Open mauricesvay opened this issue 2 years ago • 0 comments

I noticed that markers are JSON encoded twice by rpc.php. This looks unnecessary and makes it harder to consume the data from the API. This PR proposes to remove the extra JSON encoding of markers. I don't have all the context for why this is the case. So feel free to ignore if there is a use case for JSON encoding markers twice.

mauricesvay avatar Oct 19 '22 06:10 mauricesvay