React component with modified CodeMirror for JSON Autocomplete
Budget: $100 – $300 USD
I'm looking for a proficient developer who can modify the CodeMirror component to use JSON input as a model for autocomplete functionality and wrap whole component as a React component.
• Handle JSON Input: The current functionality of CodeMirror will need to be adapted to handle JSON as the primary input model. I have a JSON model that follows an array of objects format and I need the modified component to interact with this structure appropriately.
• Autocomplete Feature: The requirement is to enable autocomplete based on valued objects within the array. This requires adept understanding of JSON structures and experience in developing autocomplete features.
The suitable freelancer for this project should possess:
- Strong expertise in Javascript and JSON
- Familiarity with CodeMirror or similar open-source code editors
- Experience in developing autocomplete features.
Your role will be to understand the requirements, make appropriate modifications to the CodeMirror component and ensure its successful implementation as a react component. I'm attaching simple POC of the component.
Component should handle:
- autocomplete based on JSON model
- first suggestion should be displayed automatically.
- entering parameters with type int, string , after entering whole number or string (finished by entering space) autocomplete should be displayed with next suggestion
- text can only be entered when this word is on current autocomplete list - other characters not allowed
- when parameter is entering (after some words it's allowed based on model) then user can only enter numbers for int type or characters for string type.
• Handle JSON Input: The current functionality of CodeMirror will need to be adapted to handle JSON as the primary input model. I have a JSON model that follows an array of objects format and I need the modified component to interact with this structure appropriately.
• Autocomplete Feature: The requirement is to enable autocomplete based on valued objects within the array. This requires adept understanding of JSON structures and experience in developing autocomplete features.
The suitable freelancer for this project should possess:
- Strong expertise in Javascript and JSON
- Familiarity with CodeMirror or similar open-source code editors
- Experience in developing autocomplete features.
Your role will be to understand the requirements, make appropriate modifications to the CodeMirror component and ensure its successful implementation as a react component. I'm attaching simple POC of the component.
Component should handle:
- autocomplete based on JSON model
- first suggestion should be displayed automatically.
- entering parameters with type int, string , after entering whole number or string (finished by entering space) autocomplete should be displayed with next suggestion
- text can only be entered when this word is on current autocomplete list - other characters not allowed
- when parameter is entering (after some words it's allowed based on model) then user can only enter numbers for int type or characters for string type.