Skip to content

Proposal: Adopt .fpp.json as the Standard Extension for Feel++ JSON Files #2321

Answered by prudhomm
prudhomm asked this question in Toolboxes
Discussion options

You must be logged in to vote

I would also favor using .fpp.json over alternatives like .fson or .fon for several reasons:

  • Clarity and Familiarity: The compound extension clearly indicates a Feel++ JSON file while leveraging the well-known .json format. This transparency helps users quickly identify the file’s purpose.
  • Tooling and Schema Validation: Editors and JSON validators are already set up to handle .json files. Using .fpp.json allows us to associate a specific JSON Schema without additional configuration, whereas custom extensions like .fson or .fon might require extra setup.
  • Consistency: Maintaining a compound extension ensures that we stay consistent with our naming conventions. Although it requires a little…

Replies: 1 comment

Comment options

prudhomm
Feb 3, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by prudhomm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment