
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
json-to-plain-text
Advanced tools
Convert any json to plain text.
npm install json-to-plain-text
var convert = require('json-to-plain-text');
var jsonData = {
"place_id": "173937105",
"osm_type": "way",
"osm_id": "319992693",
"lat": "17.861533866867224",
"lon": "78.8081441896764",
"display_name": "Satadar Nagar, Ward 116 Allapur, Hyderabad, Kukatpally mandal, Telangana, 500018, India",
"address": {
"neighbourhood": "Satadar Nagar",
"suburb": "Ward 116 Allapur",
"city": "Hyderabad",
"county": "Kukatpally mandal",
"state": "Telangana",
"postcode": "500018",
"country": "India",
"country_code": "in"
},
"extratags": {},
"namedetails": {},
"boundingbox": [
"17.8598497",
"17.8623087",
"78.8079136",
"78.8082658"
],
"distance": 2
}
var response = convert.toPlainText(jsonData);
console.log(response);
place_id : 173937105
osm_type : way
osm_id : 319992693
lat : 17.861533866867224
lon : 78.8081441896764
display_name : Satadar Nagar, Ward 116 Allapur, Hyderabad, Kukatpally mandal, Telangana, 500018, India
address :
neighbourhood : Satadar Nagar
suburb : Ward 116 Allapur
city : Hyderabad
county : Kukatpally mandal
state : Telangana
postcode : 500018
country : India
country_code : in
extratags : {}
namedetails : {}
boundingbox : 17.8598497, 17.8623087, 78.8079136, 78.8082658
distance : 2
MIT License
Copyright (c) 2021 Emmadi Sumith Kumar
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
FAQs
Convert JSON or JavaScript objects into clean, human-readable plain text format.
We found that json-to-plain-text demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.