This is the java file I'm using to test. This matches the formatting applied by palantir formatter v2.77.0 (when invoked by either IntelliJ or Maven). It seems surprising to me that formatting the ...
A simple RESTful API that analyzes strings, computes properties (length, palindrome check, unique characters, word count, character frequency, SHA-256 hash), stores them in a local JSON DB, and ...