ニュース

This is a simple REST API that calculates the frequency of characters in a given input string and returns the result in JSON format. The result is sorted in descending order of character frequencies.
Given a string, sort it in decreasing order based on the frequency of characters.