#JSON
Explore tagged Tumblr posts
kushblazer666 · 1 month ago
Text
Tumblr media
714 notes · View notes
radiation · 1 year ago
Text
Tumblr media
4K notes · View notes
andmaybegayer · 11 days ago
Text
(…) for very large 64-bit integers, such as randomly generated IDs, a JSON parser that converts integers into floats results in data loss. Go’s encoding/json package does this, for example.
(…)
How often does this actually happen for randomly-generated numbers?
(…)
It turns out that almost all randomly distributed int64 values are affected by round-trip data loss. Roughly, the only numbers that are safe are those with at most 16 digits (although not exactly: 9,999,999,999,999,999, for example, gets rounded up to a nice round 10 quadrillion).
99 notes · View notes
wip · 1 month ago
Note
Will archives be ever turned into a json ? when you place /archives at the end of a tumblr blog url the archives are visible. will you allow for something like /archives/json ?
Answer: Hello there, @richardmurrayhumblr!
Good news! While we won’t be adding a new endpoint like /archives/JSON, you can already fetch posts as JSON data from our v2 API. You will need to register for an API key first.
Blogs also have a “V1” API, that outputs JSON like this: https://cyle.tumblr.com/api/read/json.
Thank you for your question, and we hope this helps!
Oh, and one last thing. This came to mind as we worked on your question, and now you all need to live with it. Sorry!
The famous Greek tale of … JSON and the Archive-nots. 
118 notes · View notes
kawaoneechan · 6 months ago
Text
Just gave Patch the Rabbit a sibling.
Her name is Jason.
20 notes · View notes
gowoosery · 28 days ago
Text
!!! REBRANDING !!!
Tumblr media
I have decided on the new name ✨gowoosery✨ for my socials !!! I like it a lot more than I will ever like anonygooose (a name that was intended to be temporary because I kinda always hated it... only took like 4 years lol)
8 notes · View notes
Text
um does anyone know how i can go abt making a .json file like readable? i tried online .csv converters but tht didnt help it's the spotify account data file idk what im doing
11 notes · View notes
trackmarkbruise · 6 months ago
Text
Tumblr media
13 notes · View notes
snarp · 1 year ago
Text
Test post: [ { "json": " json " } ]
53 notes · View notes
cssscriptcom · 26 days ago
Text
Generate SVG-based Flowcharts From JSON Data - jsontr.ee
JSON data can be complex and challenging to understand at a glance. Enter jsontr.ee, a lightweight and easy-to-use JavaScript JSON visualization library that transforms raw JSON into clear, SVG-based tree diagrams (flowcharts). It’s perfect for debugging JSON data, visualizing API responses, and managing hierarchical structures. Features: Supports both arrays and nested objects with intuitive…
2 notes · View notes
kushblazer666 · 7 months ago
Text
Tumblr media
1K notes · View notes
radiation · 2 years ago
Text
Tumblr media
8K notes · View notes
la-principessa-nuova · 2 months ago
Text
the amount of context it would take... but yeah, this is certainly some data i have in a json file on my computer now
Tumblr media
2 notes · View notes
nerdymemes · 1 year ago
Text
Tumblr media
9 notes · View notes
linuxtldr · 4 months ago
Text
2 notes · View notes
brightgreendandelions · 2 years ago
Text
You've heard of LGBT representation
now get ready for....... JSON representation!!
i've made a little change to my tumblr theme. for pride month :)
if you also want JSON to be represented on you blog, read the code after the break.
first you have to insert this
{block:PermalinkPage} <details> <summary>JSON representation✨</summary> <code class="brightgreendandelions-npf">{NPF}</code> </details> {/block:PermalinkPage}
after the "{/block:Answer}" on line 757 in the default theme
and then add this custom css (there's a spatial little box for custom css)
.date-notes .post-date.post-date { display: inline-block !important; }
details { padding: 0 20px; }
summary { display: list-item; }
16 notes · View notes