Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/ch11/fig11_04/CreateJSONFile.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Fig. 11.4: CreateCSVFile.java
// Writing data to a CSV file using the Jackson open-source library.
// Fig. 11.4: CreateJSONFile.java
// Writing data to a JSON file using the Jackson open-source library.
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.nio.file.Path;
Expand Down Expand Up @@ -52,4 +52,4 @@ public static void main(String[] args) {
* and publisher shall not be liable in any event for incidental or *
* consequential damages in connection with, or arising out of, the *
* furnishing, performance, or use of these programs. *
*************************************************************************/
*************************************************************************/