Hi Guest 1 HomePage 1 Jobs 1 WalkIn 1Articles  

 :) Latest Topic
Node.js Tutorial
Parts of Node.js
Features of Node.js
Install Node.js Windows
Install Node.js Linux
Node.js First Example
Node.js Console
Node.js REPL
Node.js NPM
Node.js CL Options1
Node.js CL Option2
Node.js Globals
Node.js OS
Node.js Timer
Node.js Errors
Node.js DNS
Node.js Net
Node.js Crypto
Node.js TLS/SSL
Node.js Debugger
Node.js Process
Node.js Process Example
Node.js Process Example2
Node.js Child Process
Child Process EXEC
Child Process SPAWN
Child Process Fork
Node.js Buffers
Node.js Streams
Node.js Reading Stream
Node.js Writing Stream
Node.js Piping Stream
Node.js Chaining Streams
Node.js File System Part1
Node.js File System Part2
Node.js File System Part3
Node.js Path
Node.js StringDecoder
Node.js Query String
Node.js ZLIB
Node.js Assertion
Node.js V8
Node.js Callbacks
Node.js Events
Node.js Punycode
Node.js TTY
Node.js Web Module
Node.js Upload Files
Node.js Email Send
Node.js BuiltIn Modules
 


  

 
Node.js Query String
Question Posted on 03 Apr 2024

Home >> Tutorial >> Node.js Tutorial >> Node.js Query String


Node.js Query String

Node.js Query String


Well as the name suggest Node.js Query String provides methods to mainly deal with query string. And this can be used to convert query string into JSON object and the vice-versa.

And to use query string module, so you need to use require('querystring')


Node.js Query String Methods


Node.js Query String utility has four methods and two imortant methods are given below.

(1)querystring.parse(str[, sep][, eq][, options]):-This method will mainly convert query string into JSON object.

(2)querystring.stringify(obj[, sep][, eq][, options]):-This method will mainly used to convert JSON object into query string.


Node.js Query String Example 1: parse()


Below is the simple example of Node.js Query String parse() method.

File: query-stringexample1.js

querystring = require('querystring');

const obj1=querystring.parse('name=sonoo&company=javatpoint');

console.log(obj1);




Node.js QueryString


Node.js Query String Example 2: stringify()


Below is the simple example of Node.js Query String stringify() method.

File: query-stringexample2.js

querystring = require('querystring');

const qs1=querystring.stringify({name:'sonoo',company:'javatpoint'});

console.log(qs1);





Node.js QueryString





Other Important Questions
Parts of Node.js
Install Node.js Linux
Node.js First Example
Node.js Globals
Node.js DNS







 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |