Unable to save a file as JSON?

json

Solution

When you Save As..., make sure the "Save as type" dropdown contains "All Files" and not "Text Documents(*.txt)". That way it won't add the extension '.txt' but the extension you add.

Problem

Am in the need of creating a file with a extension of JSON(Json file). But I'm unable to create. When I try save a file with json extension like file name followed by a .JSON it is takes as, ``` filename.JSON.txt ``` How to solve this?? Am using windows 7(32 bit) OS. Please suggest something ???

Original source