Editing JSON files with ColdFusion Builder

Sometimes you will need to create or edit a .json file in your IDE and the more complex the object, the more difficult is to read it if it is not properly formatted, to assist you in this task there is an eclipse plugin.

Some tips on installation and use of JSON Editor Plugin on ColdFusion Builder.

Read More

Number to Text Converter

Number2TextConverter.cfc is a component that can be used to convert numbers to their string (word) representation using its function "convert", the language can be English or Spanish and add currency optional

100     => One Hundred

100     => Cien

100.50=> One Hundred 50/100 USD

Read More