#JSON
Explore tagged Tumblr posts
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
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
Text
Just gave Patch the Rabbit a sibling.
Her name is Jason.
20 notes
·
View notes
Text
!!! REBRANDING !!!
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)
#art#doodle#furry#bright colors#eyestrain#original art#json#fursona#sfw furry#furry oc#furry artist#furry sfw
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
Text
Test post: [ { "json": " json " } ]
53 notes
·
View notes
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
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
2 notes
·
View notes
Text
9 notes
·
View notes
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; }
#textpost#tumblr#html#theme#json#code#coding#codeblr#programming#quuer#puns#not a post for mobile users
16 notes
·
View notes