felixge/pprofutils

Unknown Errror with JSON File

Swhite215 opened this issue · 1 comments

I am attempting to convert the below JSON into a PPROF file. However, pprofutils returns the below error message:

input format is neither pprof nor json

Is there a way to identify what in the file is causing this error? I have used multiple json validators to confirm the format is valid.

single_stack_trace_ex.txt

Closing. I identified the problem as incorrect [] where there should have been {} in mapping objects under sample locations.