Csaba Kissi Profile picture
Dec 16 9 tweets 3 min read
If you want to know how to use/manipulate JSON in Javascript open this:
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.

It is based on a subset of the JavaScript Programming Language.
JSON is a text format that is completely language-independent but uses conventions that are familiar to programmers of the C-family of languages, including C++, C#, Java, JavaScript, Perl, Python, and many others.

These properties make JSON an ideal data-interchange language.
Here is an example of a JSON object:
In JavaScript, you can use the JSON.parse() method to parse a JSON string and convert it into a JavaScript object.

Here is an example:
You can also use the JSON.stringify() method to convert a JavaScript object into a JSON string.

Here is an example:
Where is JSON used?

JSON is commonly used to transmit data between a server and a web application or between two web applications.

It is also often used as a simple data storage format, either as a flat file or in a NoSQL database such as MongoDB or CouchDB.
If you like this post, you can bookmark and tag it by replying with @SaveToBookmarks #json #free

You can view your bookmarks on savetobookmarks.com
That's all, guys.

If you found this list useful, consider:

✅ Follow @csaba_kissi for more content like this
🔔 Enable notifications 👀
🔄 Retweeting the first tweet.

Thanks for your support, guys! 🙏🤝

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Csaba Kissi

Csaba Kissi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @csaba_kissi

Dec 16
5 Free public APIs you can use for your next project:
Chuck Norris

A free JSON API for hand curated Chuck Norris facts.

rapidapi.com/matchilling/ap…
Api-Football

+940 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coaches, players, top scorers, standings, statistics, transfers, and predictions.

rapidapi.com/api-sports/api…
Read 7 tweets
Dec 15
9 Javascript array methods you should master:
1. push()

This method adds one or more elements to the end of an array and returns the new length of the array.
2 pop()

This method removes the last element from an array and returns that element.
Read 11 tweets
Dec 14
A good resume is an essential part of your job search and can make the difference between landing an interview or not.

Showcase your professional experience and make a strong impression!

Here are 9 sites that will generate a perfect resume for you:
1. Canva

Canva is a popular graphic design platform that offers a variety of resume templates you can use to create a professional-looking resume.

You can customize the templates with your own information and add design elements.

🔗 canva.com Image
2. Zety

Zety is a resume builder that offers a variety of customizable templates and helpful tools, such as a spelling and grammar checker and a score that shows how well your resume matches the job you're applying for.

🔗 zety.com Image
Read 11 tweets
Dec 13
7 Low code sites web developers may feel illegal to know.

But you know what?

They can save you tens of hours every month (trust me):
{1} @appwrite

Excellent open-source Firebase alternative.

It's a secure backend server for web, mobile & flutter developers.

Out-of-the-box support for:

✅ Authentication and Users (social logins included)
✅ Functions
✅ Database
✅ Storage

👉 appwrite.io
{2} Carrd

Simple, free, fully responsive one-page sites for pretty much anything

A free platform for building simple, fully responsive one-page sites for pretty much anything.

🔗 carrd.co Image
Read 9 tweets
Dec 13
4 different ways to create an Ajax request in Javascript.
1. Using the XMLHttpRequest object:
2. Using the fetch() method:
Read 10 tweets
Dec 11
How to create a simple Express server in Nodejs 👇
First, you will need to create a project folder and then install the Express library.

To do this, open a terminal window and type:

npm install express --save
Once installed, create a file called index.js in your project folder.

This is where you'll write the code for your server.

In the index.js file, add the following code to import the Express library and start the server:
Read 8 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(