JSON Tutorial Part-3 | How To Represent Data in JSON | Convert Data from Text to JSON

preview_player
Показать описание
Topics :
----------
1) How To Represent Data in JSON
2) Convert Data from Text to JSON

#########################
Udemy Courses:
#########################

Manual Testing+Agile with Jira Tool
************************************

Selenium with Java+Cucumber
********************************

Selenium with Python & PyTest
********************************

Selenium with python using Robot framework
****************************************

API Testing(Postman, RestAssured & SoapUI)
*****************************************

Web & API Automation using Cypress with Javascript
********************************************

Playwright with Javascript
**************************

Jmeter-Performance Testing
************************

SDET Essencials(Full Stack QA)
*************************

Appium-Mobile Automation Testing
************************************

Java Collections
*****************

Python Programming
*********************

Cucumber BDD Framework
***************************

Protractor with Javascript
***************************

####################################
Youtube Playlists:
####################################

Manual Testing & Agile
***********************

SQL
*************************

linux & Shell Scripting
**********************

Java
**********************

Selenium With Java+Cucumber
********************************

Python
********************************

Selenium With Python,Pytest&Behave
***************************************

Selenium With Python Using Robert Framework
(Web&API Testing)
*************************************************

API Testing (Postman,SoapUi,&Rest Assured)
**********************************************

Mobile App Testing Appium
****************************

Performance Testing Jmeter
*******************************

Maven,Jenkins,Git,Github,CI/CD
*******************************

SQL,DB Testing&ETL,Bigdata
*******************************

JavaScript Based Automation Tools
********************************

Selector Hub Tools
********************

GraphQL
******************

Cypress API Testing
********************

Cypress Web Testing
**********************

Playwright with Javascipt
**************************

#JSONforYouTube
#DataInJSON
#YouTubeDataFormat
#JSONVisualization
#YTJSONAnalytics
#JSONDataInsights
#JSONMetrics
#YouTubeJSONTrends
#DataDrivenContent
#JSONTubeAnalytics
#YTChannelJSON
#JSONContentStrategy
#YouTubeJSONInsights
#DataInYTJSON
#JSONContentOptimization
#YTDataRepresentation
#JSONYTPerformance
#YouTubeMetricsJSON
#JSONForCreators
#YTDataVisuals
#JSONEngagementMetrics
#YouTubeJSONSuccess
#YTJSONReporting
#JSONContentPlanning
#YTAnalyticsInJSON
#JSONYTGrowth
#YouTubeDataMetrics
#JSONContentAnalysis
#YTJSONStrategy
#JSONDataStorytelling
#YouTubeJSONStrategy
#YTJSONAudienceInsights
#JSONForYouTubeCreators
#YTDataDrivenDecisions
#YouTubeJSONStorytelling
#YTJSONContentOptimization
#JSONMetricsForSuccess
#YTJSONEngagement
#YouTubeDataJourney
#JSONYTMonetization
#YTJSONContentCreation
#JSONInsightsYTChannel
#YouTubeJSONCampaigns
#YTJSONContentMarketing
#JSONYTPerformanceMetrics
#YouTubeDataInJSON
#YTJSONContentStrategy
#JSONYTContentIdeas
Рекомендации по теме
Комментарии
Автор

what an absoulutely lovely video thankyou so much for this wa struggling for a long time this helped me a lot hope you keep uploading videos like this especially of json and bash shellscripting

alirazasayyed
Автор

How to create JSON via automation? either selenium or VBA? Any thoughts

jainanup
Автор

Thank you for example. Why you didn't use a " " for email value? What type of integer JSON supports(double, float etch)?

MagDag_
Автор

In which app we can represent the data can you make full video about it

ifjjnzv
Автор

Why we use contact number in double colon ? you say sometime before number is not write in double colon
please tell me about that please sir?

keshavchaprana
Автор

Q1. Why didn't used address the array or this format:
“Address” : {
”streetAddress”: “345, hollenbeck”,
“City” : “cupertino”,
“State”: “California”
“postalCode” : “95014”
}


Q2. We can even convert text file to json with the help of VSC. WHat are the different tools we can use in converting?

ssarableen
Автор

Are these 2 different Json, As I understand they are supposed to be in an array not separately.
{
[
{
“id” : 1212,
“isActive” : true,
.
.
.
“Tags” : [ “a”, “b”, “c”],
“Friends” :
[
{
“Id” : 0,
“Name” : “m”
},
{
“Id” : 1,
“Name” : “n”
}
]
“fav_frui"t :”banana"
}
],


[
{
“id” : 1213,
“isActive” : false,
.
.
.
“Tags” : [ “x”, “y”, “z”],
“Friends” :
[
{
“Id” : 3,
“Name” : “s”
},
{
“Id” : 4,
“Name” : “t”
}
]
“fav_frui"t :”mango"
}
]
}

manishaloud
Автор

Good tutorial. I have one comment. JSON will not allow you to separate multiple similar entities with/without a coma. You should make it as an array inside another higher level object. Correct me if I am wrong. For example: The below code is wrong.

{
"name": "james",
"location": "Hyd"
}, {
"name": "Rakesh",
"location": "Mumbai"
}

pkkurra
visit shbcf.ru