It's not valid JSON to have a comma as the last token in an object or list.
@@ -740,7 +740,7 @@ represents a file. IPFS Blocks are like Git blobs or filesystem data blocks. The
\begin{verbatim}
{
- "data": "some data here",
+ "data": "some data here"
// blobs have no links
}
\end{verbatim}