Skip to content
Advertisement

Tag: json

How do I replace a json comma with a new line

im trying to replace every comma in my json file: so i need to replace every comma in the friends list with a new line for example i want the output to be like this (just note im not using node.js) Answer You can easily do that taking the array ‘friends’ and turning it into a string while you break

Using Javascript to implement Live Django Search

I am adding a Search functionality to my E-commerce Project using Javascript, I have followed a tutorial that explains that when writing the title in the search bar only the items with the same letter appears. In my project, it was working fine for basic HTML but I am trying to make it a little more complex to include a

Advertisement